15 lines
288 B
TOML
15 lines
288 B
TOML
[package]
|
|
name = "voyageurs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
mammoth = { path = "../mammoth" }
|
|
yellowstone-yunq = { path = "../yellowstone" }
|
|
yunq = {path = "../yunq"}
|
|
yunq-derive = {path = "../yunq-derive"}
|
|
|
|
[build-dependencies]
|
|
yunqc = {path = "../../../yunq/rust"}
|
|
|