mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
14 lines
236 B
TOML
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"]
|
|
|