Zipfs-Law-Language-Detector/rust/Cargo.toml
2024-07-28 13:50:05 -04:00

12 lines
259 B
TOML

[package]
name = "parquet_thing"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
parquet = "52.1.0"
rand = "0.8.5"
rusqlite = "0.30.0"
serde_json = "1.0.120"