xref: /DragonReach/Cargo.toml (revision 40362c48d633ac31f30270cfa409f3e69e6b0d26)
121fc724cSGnoCiYeH[package]
2*df4e4899SLoGinname = "dragonreach"
321fc724cSGnoCiYeHversion = "0.1.0"
421fc724cSGnoCiYeHedition = "2021"
521fc724cSGnoCiYeH
621fc724cSGnoCiYeH[[bin]]
7*df4e4899SLoGinname = "dragonreach"
821fc724cSGnoCiYeHpath = "src/main.rs"
921fc724cSGnoCiYeH
10dfd3fd98S裕依2439[[bin]]
11dfd3fd98S裕依2439name = "systemctl"
12dfd3fd98S裕依2439path = "systemctl/src/main.rs"
13dfd3fd98S裕依2439
1421fc724cSGnoCiYeH# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1521fc724cSGnoCiYeH
1621fc724cSGnoCiYeH[dependencies]
174e851715SGnoCiYeHhashbrown = "0.11"
18f206f17aSGnoCiYeHcfg-if = { version = "1.0" }
19f206f17aSGnoCiYeHlazy_static = { version = "1.4.0" }
20dfd3fd98S裕依2439libc = "0.2"
2121fc724cSGnoCiYeH
2221fc724cSGnoCiYeH[profile.release]
2321fc724cSGnoCiYeHpanic = 'abort'
2421fc724cSGnoCiYeH
2521fc724cSGnoCiYeH[profile.dev]
2621fc724cSGnoCiYeHpanic = 'abort'
27