acadia/rust/sys/victoriafalls/Cargo.toml

18 lines
406 B
TOML

[package]
name = "victoriafalls"
version = "0.1.0"
edition = "2021"
[dependencies]
mammoth = { path = "../../lib/mammoth" }
yellowstone-yunq = { path = "../../lib/yellowstone" }
yunq = { path = "../../lib/yunq" }
denali_client = { path = "../../lib/client/denali_client" }
ext2 = { path = "../../lib/fs/ext2" }
[build-dependencies]
yunqc = { path = "../../../yunq/rust" }
[[bin]]
name = "victoriafalls"