From 0fab57d94f2cbeca8e2cb4cf44bedaefe5538a5f Mon Sep 17 00:00:00 2001 From: glyph Date: Tue, 25 Oct 2022 15:14:01 +0100 Subject: [PATCH] uncomment vnstat_parse 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 63be68f..0507d6e 100644 --- a/peach-web/Cargo.toml +++ b/peach-web/Cargo.toml @@ -49,6 +49,5 @@ peach-network = { path = "../peach-network" } #peach-stats = { path = "../peach-stats" } rouille = { version = "3.5", default-features = false } temporary = "0.6" -# TODO: uncomment this when data usage feature is in place -#vnstat_parse = "0.1.0" +vnstat_parse = "0.1.0" xdg = "2.2"