1[package] 2name = "dsc" 3version = "0.0.1" 4edition = "2021" 5authors = ["longjin <longjin@DragonOS.org>"] 6description = "DragonOS Raw Syscall Binding" 7readme = "README.md" 8license = "MIT" 9repository = "https://github.com/DragonOS-Community/dsc" 10 11# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 12[lib] 13name = "dsc" 14 15[dependencies] 16