tofufirme/rust/Cargo.toml

17 lines
458 B
TOML
Raw Normal View History

2023-04-24 00:12:29 +00:00
[package]
2023-04-24 01:00:21 +00:00
name = "tofufirme"
2023-04-24 00:12:29 +00:00
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"
2023-04-24 01:00:21 +00:00
clap = { version = "4.2.4", features = ["derive"] }
2023-04-24 00:12:29 +00:00
# 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"