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]
|
2020-03-27 18:45:39 +01:00
|
|
|
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"
|
2020-03-27 18:45:39 +01:00
|
|
|
#serde_derive = "1.0.104"
|
|
|
|
serde = { version = "1.0.104", features = ["derive"] }
|