This commit is contained in:
2022-07-22 22:35:39 +02:00
parent a780ad3b33
commit d6a25648ce
13 changed files with 679 additions and 108 deletions

View File

@ -1,17 +1,2 @@
[package]
name = "lighter"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
bounded-integer = { version = "0.5", features = ["macro", "std"] }
clap = { version = "3.2", features = ["derive"] }
log = "0.4"
mqtt-protocol = { version = "0.11", features = ["tokio"] }
pretty_env_logger = "0.4.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1.19.2", features = ["net", "rt-multi-thread", "macros", "sync", "io-std", "io-util", "time"] }
toml = "0.5"
uuid = { version = "1.1", features = ["v4"] }
[workspace]
members = ["manager", "lib", "cli"]