10 lines
284 B
TOML
10 lines
284 B
TOML
[package]
|
|
name = "teton"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
mammoth = { path = "../../lib/mammoth" }
|
|
victoriafalls = { path = "../victoriafalls" }
|
|
voyageurs_client = { path = "../../lib/client/voyageurs_client/" }
|
|
yellowstone-yunq = { path = "../../lib/yellowstone" }
|