Files
edalyze/Cargo.toml
2023-06-22 00:26:43 +02:00

15 lines
271 B
TOML

[package]
name = "edalyze"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3"
simd-json = "0.10"
rstar = "0.11"
zstd = "0.11"
anyhow = "1"
byteorder = "1"