ClickHouse/rust/BLAKE3/Cargo.toml
2022-09-16 00:05:21 +03:00

14 lines
236 B
TOML

[package]
name = "_ch_rust_blake3"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
blake3 = "1.2.0"
libc = "0.2.132"
[lib]
crate-type = ["staticlib"]