Files
TurboPFor-Integer-Compression/rust/Cargo.toml
2023-03-31 18:13:37 +02:00

12 lines
173 B
TOML

[package]
authors = ["powturbo powturbo [AT] gmail.com>"]
build = "build.rs"
name = "ic"
version = "0.60.0"
[dependencies]
rand = "0.8"
[build-dependencies]
bindgen = "*"