Init repo

This commit is contained in:
2024-10-15 23:48:06 +02:00
commit 5134589f6e
6 changed files with 1133 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[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"