tofufirme/rust/Cargo.toml
2023-04-23 22:00:21 -03:00

17 lines
458 B
TOML

[package]
name = "tofufirme"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
brotli = "3.3.4"
clap = { version = "4.2.4", features = ["derive"] }
# rayon = "1.7.0"
rusqlite = { version = "0.29.0", features = ["bundled", "unlock_notify"] }
# smol-potat = { version = "1.1.2", features = ["auto"] }
# sqlite-zstd = "0.3.2"
walkdir = "2.3.3"
# zstd = "0.12.3"