kv_bench/logger/Cargo.toml
2025-08-17 08:03:54 +08:00

13 lines
211 B
TOML

[package]
name = "logger"
version = "0.1.1"
edition = "2024"
authors = ["abbytsing@gmail.com"]
[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2.161"
[dependencies]
chrono = "0.4.38"
log = "0.4.22"