Tempi/Cargo.toml

14 lines
423 B
TOML
Raw Normal View History

2020-03-11 22:35:28 +01:00
[package]
name = "tempi"
version = "0.1.0"
authors = ["Zykino"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
confy = { git = "https://github.com/GoWebProd/confy" } #"0.4.0" # Will need something more than this version to have yaml support
2020-03-11 22:35:28 +01:00
rppal = "0.11.3"
#serde_derive = "1.0.104"
serde = { version = "1.0.104", features = ["derive"] }