We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24df996 commit c0b1d57Copy full SHA for c0b1d57
dadk-config/Cargo.toml
@@ -7,6 +7,8 @@ authors = [
7
"chikejian <chikejian@DragonOS.org>",
8
"xuzihao <xuzihao@DragonOS.org>"
9
]
10
+description = "DragonOS Application Development Kit - Config"
11
+license = "GPL-2.0-only"
12
13
[dependencies]
14
anyhow = { version = "1.0.90", features = ["std", "backtrace"] }
dadk-user/Cargo.toml
@@ -2,6 +2,8 @@
2
name = "dadk-user"
3
version = "0.2.0"
4
edition = "2021"
5
+description = "DragonOS Application Development Kit - user prog build"
6
0 commit comments