This commit is contained in:
Aria 2025-03-06 01:26:28 +11:00
commit 9b9f39e81c
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
4 changed files with 836 additions and 0 deletions

13
Cargo.toml Normal file
View 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"