improv-setup/Cargo.toml

14 lines
308 B
TOML
Raw Normal View History

2024-10-15 23:48:06 +02:00
[package]
name = "improv-setup"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.16", features = ["derive"] }
env_logger = "0.11.5"
hex = "0.4.3"
log = "0.4.22"
tokio = { version = "1.39.3", features = ["macros", "net", "rt-multi-thread"] }
tokio-serial = "5.4.4"