diff --git a/peach-web/Cargo.toml b/peach-web/Cargo.toml index 88effd8..1b13b00 100644 --- a/peach-web/Cargo.toml +++ b/peach-web/Cargo.toml @@ -44,9 +44,8 @@ lazy_static = "1.4" log = "0.4" maud = "0.23" peach-lib = { path = "../peach-lib" } -# these will be reintroduced when the full peachcloud mode is added peach-network = { path = "../peach-network" } -#peach-stats = { path = "../peach-stats" } +peach-stats = { path = "../peach-stats" } rouille = { version = "3.5", default-features = false } temporary = "0.6" vnstat_parse = "0.1.0"