17 lines
No EOL
527 B
TOML
17 lines
No EOL
527 B
TOML
[package]
|
|
name = "pa_volume"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
deckster_mode = { path = "../../crates/deckster_mode" }
|
|
pa_volume_interface = { path = "../../crates/pa_volume_interface" }
|
|
clap = { version = "4.5.7", features = ["derive"] }
|
|
color-eyre = "0.6.3"
|
|
serde = { version = "1.0.203", features = ["derive"] }
|
|
serde_regex = "1.1.0"
|
|
regex = "1.10.5"
|
|
parse-display = "0.9.1"
|
|
env_logger = "0.11.3"
|
|
log = "0.4.21"
|
|
tokio = { version = "1.38.0", features = ["macros", "parking_lot", "rt-multi-thread", "sync"] } |