Skip to content

Commit c0b1d57

Browse files
authored
chore: 为dadk-onfig和dadk-user添加描述信息 (#95)
Signed-off-by: longjin <longjin@DragonOS.org>
1 parent 24df996 commit c0b1d57

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dadk-config/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ authors = [
77
"chikejian <chikejian@DragonOS.org>",
88
"xuzihao <xuzihao@DragonOS.org>"
99
]
10+
description = "DragonOS Application Development Kit - Config"
11+
license = "GPL-2.0-only"
1012

1113
[dependencies]
1214
anyhow = { version = "1.0.90", features = ["std", "backtrace"] }

dadk-user/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "dadk-user"
33
version = "0.2.0"
44
edition = "2021"
5+
description = "DragonOS Application Development Kit - user prog build"
6+
license = "GPL-2.0-only"
57

68
[dependencies]
79
anyhow = { version = "1.0.90", features = ["std", "backtrace"] }

0 commit comments

Comments
 (0)