2021-04-05 12:20:24 +02:00
|
|
|
[package]
|
2021-04-06 06:45:02 +02:00
|
|
|
name = "kitchentimer"
|
|
|
|
version = "0.0.1"
|
2021-04-05 12:20:24 +02:00
|
|
|
authors = ["shy <shy@posteo.de>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-04-05 17:27:24 +02:00
|
|
|
termion = "1.5.6"
|
|
|
|
signal-hook = "0.3.8"
|
2021-04-09 16:43:46 +02:00
|
|
|
unicode-segmentation = "1.7.1"
|