[package] name = "u_agent" version = "0.1.0" authors = ["plazmoid "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = { version = "0.4", features = ["release_max_level_off"] } reqwest = { workspace = true } sysinfo = "0.10.5" tokio = { workspace = true, features = ["macros", "rt-multi-thread", "process", "time"] } uuid = { workspace = true } u_lib = { path = "../../lib/u_lib", features = ["agent"] }