12 lines
270 B
TOML
12 lines
270 B
TOML
[package]
|
|
name = "voyageurs_client"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
mammoth = { path = "../../mammoth" }
|
|
yellowstone-yunq = { path = "../../yellowstone" }
|
|
yunq = { path = "../../yunq" }
|
|
|
|
[build-dependencies]
|
|
yunqc = { path = "../../../../yunq/rust" }
|