Moved victoriafalls to sys dir in rust.
This commit is contained in:
parent
9452e6c705
commit
c8f84ec352
10 changed files with 39 additions and 19 deletions
15
rust/sys/victoriafalls/Cargo.toml
Normal file
15
rust/sys/victoriafalls/Cargo.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "victoriafalls"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
mammoth = { path = "../../lib/mammoth" }
|
||||
yellowstone-yunq = { path = "../../lib/yellowstone" }
|
||||
yunq = { path = "../../lib/yunq" }
|
||||
|
||||
[build-dependencies]
|
||||
yunqc = { path = "../../../yunq/rust" }
|
||||
|
||||
[[bin]]
|
||||
name = "victoriafalls"
|
||||
Loading…
Add table
Add a link
Reference in a new issue