14 lines
296 B
TOML
14 lines
296 B
TOML
[package]
|
|
name = "voyageurs"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
bitfield-struct = "0.12"
|
|
mammoth = { path = "../../lib/mammoth/" }
|
|
pci = { path = "../../lib/pci" }
|
|
yellowstone-yunq = { version = "0.1.0", path = "../../lib/yellowstone" }
|
|
|
|
[features]
|
|
default = ["debug"]
|
|
debug = []
|