kitchentimer/Cargo.toml
2021-04-05 17:27:24 +02:00

11 lines
245 B
TOML

[package]
name = "kt"
version = "0.1.0"
authors = ["shy <shy@posteo.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
termion = "1.5.6"
signal-hook = "0.3.8"