kv_bench/coreid/Cargo.toml
2025-08-15 16:38:03 +08:00

9 lines
210 B
TOML

[package]
name = "coreid"
version = "0.1.0"
edition = "2021"
authors = ["abbytsing@gmail.com"]
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "freebsd"))'.dependencies]
libc = "^0.2.0"