Tempi/Cargo.toml
Zykino 3686da12ae Add configuration options
Needing the yaml pull request to be merged in confy before switching to the official crate.
2020-03-27 18:45:39 +01:00

14 lines
423 B
TOML

[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
rppal = "0.11.3"
#serde_derive = "1.0.104"
serde = { version = "1.0.104", features = ["derive"] }