guest-ha/Cargo.toml

9 lines
187 B
TOML
Raw Normal View History

2023-11-04 16:42:04 +01:00
[package]
name = "guest-ha"
version = "0.1.0"
authors = ["traxys <quentin@familleboyer.net>"]
edition = "2021"
[dependencies]
2023-11-04 16:43:23 +01:00
tokio = { version = "1.33.0", features = ["rt", "macros"] }