From 2eca7792084a1eff33b425797cae31fab7c79e72 Mon Sep 17 00:00:00 2001 From: glyph Date: Wed, 2 Nov 2022 15:15:42 +0000 Subject: [PATCH] add peach-stats dependency --- peach-web/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"