kitchentimer/Cargo.toml
2021-04-06 06:45:02 +02:00

11 lines
255 B
TOML

[package]
name = "kitchentimer"
version = "0.0.1"
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"