xref: /DADK/Cargo.toml (revision 8c888a14fe18483d70ffc05a82a0aa923ac2e5ec)
1[package]
2name = "dadk"
3authors = ["longjin <longjin@DragonOS.org>"]
4version = "0.1.0"
5edition = "2021"
6description = "DragonOS Application Development Kit\nDragonOS应用开发工具"
7
8# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
10[dependencies]
11clap = { version = "4.2.4", features = ["derive"] }
12lazy_static = "1.4.0"
13log = "0.4.17"
14reqwest = { version = "0.11", features = ["blocking", "json"] }
15serde = { version = "1.0.160", features = ["serde_derive"] }
16serde_json = "1.0.96"
17simple_logger = "4.1.0"
18