aboutsummaryrefslogtreecommitdiffstats
path: root/zone_overlay/Cargo.toml
blob: 467274ab3a05bf1f4eacc687f50981fafa116d97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "zone_overlay"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
figment = { version = "0.10.7", features = ["toml", "env"] }
fs_extra = "1.2.0"
serde = { version = "1.0.145", features = ["derive"] }
thiserror = "1.0.36"
walkdir = "2.3.2"
zone_core = { path = "../zone_core" }