xref: /dragonos-dsc/Cargo.toml (revision 194f741bc36411c2ce1579b17ba010951312730d)
1[package]
2name = "dragonos-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