[package] name = "sparse-c2-client" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.75" serde_json = "1.0.108" sparse-c2-messages = { path = "../sparse-c2-messages" } structopt = "0.3.26" tokio = { version = "1.34.0", features = ["full"] }