Refactor
This commit is contained in:
19
manager/Cargo.toml
Normal file
19
manager/Cargo.toml
Normal file
@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "lighter_manager"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
clap = { version = "3.2", features = ["derive"] }
|
||||
log = "0.4"
|
||||
mqtt-protocol = { version = "0.11", features = ["tokio"] }
|
||||
pretty_env_logger = "0.4.0"
|
||||
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"] }
|
||||
|
||||
[dependencies.lighter_lib]
|
||||
path = "../lib"
|
||||
Reference in New Issue
Block a user