V0.1
This commit is contained in:
commit
9b9f39e81c
4 changed files with 836 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "compair"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.97"
|
||||
bytesize = "2.0.1"
|
||||
clap = { version = "4.5.31", features = ["derive"] }
|
||||
indicatif = "0.17.11"
|
||||
strum = "0.27.1"
|
||||
strum_macros = "0.27.1"
|
||||
temp-dir = "0.1.14"
|
Loading…
Add table
Add a link
Reference in a new issue