[package] name = "vietdev-cns-client" version = "0.1.0" edition = "2021" authors = ["CNS"] license = "MIT OR Apache-2.0" description = "CNS Client" readme = "README.md" homepage = "https://github.com/vietdev/vietdev-cns-client" repository = "https://github.com/vietdev/vietdev-cns-client" keywords = ["cli"] categories = ["command-line-interface"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1", features = ["full"] } rocket = "0.4.11" serde = "1.0.145" serde_derive = "1.0.145" serde_json = "1.0.86" structopt = "0.3.26" webbrowser = "0.8.0"