summaryrefslogtreecommitdiffstats
path: root/examples/file-toml/Cargo.toml
blob: 05018955a0242e22289306db2dd12a33ffc50cb9 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "file-toml"
version = "0.1.0"
workspace = "../../"

[dependencies]
config = { path = "../../lib", features = ["toml"] }
serde = "^0.9"
serde_derive = "^0.9"