clio/Cargo.toml

12 lines
267 B
TOML
Raw Normal View History

2024-06-03 11:12:40 -04:00
[package]
name = "logme"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.4", features = ["derive"] }
signal-hook = "0.3.17"