compiler-timer/Cargo.toml

11 lines
249 B
TOML
Raw Permalink Normal View History

2023-09-06 13:35:18 +02:00
[package]
name = "wasted"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-09-07 12:47:43 +02:00
chrono = { version = "0.4.29", default-features = false }
2024-01-02 11:03:49 +01:00
ctrlc = "3.4.1"