13 lines
320 B
TOML
13 lines
320 B
TOML
[package]
|
|
name = "config"
|
|
version = "0.1.0"
|
|
authors = ["Jedrzej Stuczynski <andrew@nymtech.net>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
handlebars = "3.0.1"
|
|
serde = { version = "1.0.104", features = ["derive"] }
|
|
toml = "0.5.6"
|