kitchentimer/Cargo.toml

12 lines
234 B
TOML
Raw Normal View History

2021-04-05 12:20:24 +02:00
[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"
libc = "0.2"