10 lines
183 B
TOML
10 lines
183 B
TOML
[package]
|
|
name = "yellowstone"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
mammoth = { path = "../mammoth" }
|
|
yunq = {path = "../yunq"}
|
|
yunq-derive = {path = "../yunq-derive"}
|
|
|