aboutsummaryrefslogtreecommitdiffstats
path: root/zone_overlay/Cargo.toml
blob: b0ab535c276d40f90d10d19299bdcbdee7d28ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "zone_overlay"
version.workspace = true
authors.workspace = true
edition.workspace = true
description.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
workspace = ".."

[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" }