xref: /DragonOS/kernel/crates/system_error/Cargo.toml (revision 91e9d4ab55ef960f57a1b6287bc523ca4341f67a)
1*91e9d4abSLoGin[package]
2*91e9d4abSLoGinname = "system_error"
3*91e9d4abSLoGinversion = "0.1.0"
4*91e9d4abSLoGinedition = "2021"
5*91e9d4abSLoGin
6*91e9d4abSLoGin# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7*91e9d4abSLoGin
8*91e9d4abSLoGin[dependencies]
9*91e9d4abSLoGinkdepends = { path = "../kdepends" }
10*91e9d4abSLoGinnum-traits = { git = "https://git.mirrors.dragonos.org/DragonOS-Community/num-traits.git", rev="1597c1c", default-features = false }
11*91e9d4abSLoGinnum = { version = "0.4.0", default-features = false }
12*91e9d4abSLoGinnum-derive = "0.3"