xref: /DragonReach/Cargo.toml (revision f206f17adf7b13bcbc7a739d44eada5c810b68fe)
121fc724cSGnoCiYeH[package]
221fc724cSGnoCiYeHname = "DragonReach"
321fc724cSGnoCiYeHversion = "0.1.0"
421fc724cSGnoCiYeHedition = "2021"
521fc724cSGnoCiYeH
621fc724cSGnoCiYeH[[bin]]
721fc724cSGnoCiYeHname = "DragonReach"
821fc724cSGnoCiYeHpath = "src/main.rs"
921fc724cSGnoCiYeH
1021fc724cSGnoCiYeH# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1121fc724cSGnoCiYeH
1221fc724cSGnoCiYeH[dependencies]
134e851715SGnoCiYeHhashbrown = "0.11"
14*f206f17aSGnoCiYeHcfg-if = { version = "1.0"}
15*f206f17aSGnoCiYeH
16*f206f17aSGnoCiYeH[target.'cfg(target_os = "dragonos")'.dependencies]
17*f206f17aSGnoCiYeHdrstd = {git = "https://git.mirrors.dragonos.org/DragonOS-Community/drstd.git", revision = "a4d693c682"}
18*f206f17aSGnoCiYeHlazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] }
19*f206f17aSGnoCiYeH
20*f206f17aSGnoCiYeH[target.'cfg(not(target_os = "dragonos"))'.dependencies]
21*f206f17aSGnoCiYeHlazy_static = {version = "1.4.0"}
2221fc724cSGnoCiYeH
2321fc724cSGnoCiYeH[profile.release]
2421fc724cSGnoCiYeHpanic = 'abort'
2521fc724cSGnoCiYeH
2621fc724cSGnoCiYeH[profile.dev]
2721fc724cSGnoCiYeHpanic = 'abort'