3686da12ae
Needing the yaml pull request to be merged in confy before switching to the official crate.
14 lines
423 B
TOML
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"] }
|