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] 13*4e851715SGnoCiYeH#drstd = {git = "https://git.mirrors.dragonos.org/DragonOS-Community/drstd.git", revision = "a4d693c682"} 14*4e851715SGnoCiYeH#lazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] } 15*4e851715SGnoCiYeHlazy_static = {version = "1.4.0"} 16*4e851715SGnoCiYeHhashbrown = "0.11" 1721fc724cSGnoCiYeH 1821fc724cSGnoCiYeH[profile.release] 1921fc724cSGnoCiYeHpanic = 'abort' 2021fc724cSGnoCiYeH 2121fc724cSGnoCiYeH[profile.dev] 2221fc724cSGnoCiYeHpanic = 'abort'