Update Cargo.toml and Cargo.lock to add new dependencies and benchmarks

This commit is contained in:
Palash Tyagi
2025-05-02 22:15:42 +01:00
parent 0671790f0f
commit 2bd01eabb0
2 changed files with 505 additions and 0 deletions

View File

@@ -13,3 +13,10 @@ crate-type = ["cdylib", "lib"]
[dependencies]
chrono = "^0.4.10"
[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
[[bench]]
name = "benchmark"
harness = false