|
@@ -6,7 +6,7 @@ authors = [
|
|
"xuzihao <xuzihao@DragonOS.org>"
|
|
"xuzihao <xuzihao@DragonOS.org>"
|
|
]
|
|
]
|
|
|
|
|
|
-version = "0.1.11"
|
|
|
|
|
|
+version = "0.2.0"
|
|
edition = "2021"
|
|
edition = "2021"
|
|
description = "DragonOS Application Development Kit\nDragonOS应用开发工具"
|
|
description = "DragonOS Application Development Kit\nDragonOS应用开发工具"
|
|
license = "GPL-2.0-only"
|
|
license = "GPL-2.0-only"
|
|
@@ -25,8 +25,12 @@ doc = true
|
|
name = "dadk-insiders"
|
|
name = "dadk-insiders"
|
|
path = "src/main.rs"
|
|
path = "src/main.rs"
|
|
doc = true
|
|
doc = true
|
|
|
|
+required-features = ["insiders"]
|
|
|
|
|
|
|
|
|
|
|
|
+[features]
|
|
|
|
+insiders = []
|
|
|
|
+
|
|
[dependencies]
|
|
[dependencies]
|
|
anyhow = { version = "1.0.90", features = ["std", "backtrace"] }
|
|
anyhow = { version = "1.0.90", features = ["std", "backtrace"] }
|
|
clap = { version = "4.5.20", features = ["derive"] }
|
|
clap = { version = "4.5.20", features = ["derive"] }
|