xref: /DragonReach/Cargo.toml (revision 21fc724ca5b883631b8ea022cd8376f77bc17a69)
1*21fc724cSGnoCiYeH[package]
2*21fc724cSGnoCiYeHname = "DragonReach"
3*21fc724cSGnoCiYeHversion = "0.1.0"
4*21fc724cSGnoCiYeHedition = "2021"
5*21fc724cSGnoCiYeH
6*21fc724cSGnoCiYeH[[bin]]
7*21fc724cSGnoCiYeHname = "DragonReach"
8*21fc724cSGnoCiYeHpath = "src/main.rs"
9*21fc724cSGnoCiYeH
10*21fc724cSGnoCiYeH# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11*21fc724cSGnoCiYeH
12*21fc724cSGnoCiYeH[dependencies]
13*21fc724cSGnoCiYeHdrstd = {path = "/home/heyicong/DrogonOS-work/dragonos-rs-std"}
14*21fc724cSGnoCiYeH
15*21fc724cSGnoCiYeH[profile.release]
16*21fc724cSGnoCiYeHpanic = 'abort'
17*21fc724cSGnoCiYeH
18*21fc724cSGnoCiYeH[profile.dev]
19*21fc724cSGnoCiYeHpanic = 'abort'