xref: /DADK/dadk/Cargo.toml (revision e2cc487b9b00279c1bb550f2e614bac16a38120f)
1[package]
2name = "dadk"
3authors = [
4    "longjin <longjin@DragonOS.org>",
5    "chikejian <chikejian@DragonOS.org>",
6    "xuzihao <xuzihao@DragonOS.org>"
7]
8
9version = "0.1.11"
10edition = "2021"
11description = "DragonOS Application Development Kit\nDragonOS应用开发工具"
12license = "GPL-2.0-only"
13repository = "https://github.com/DragonOS-Community/DADK.git"
14readme = "README.md"
15
16
17[[bin]]
18name = "dadk"
19path = "src/main.rs"
20doc = true
21
22
23[dependencies]
24anyhow = { version = "1.0.90", features = ["std", "backtrace"] }
25dadk-user = { path = "../dadk-user" }
26env_logger = "0.11.5"
27log = "0.4.22"
28