@@ -0,0 +1,9 @@
+[package]
+name = "dadk"
+authors = ["longjin <longjin@DragonOS.org>"]
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[dependencies]
@@ -0,0 +1,3 @@
+[toolchain]
+channel = "nightly-2023-01-21"
+components = ["rust-src"]
+fn main() {
+ println!("Hello, world!");
+}