diff --git a/Cargo.lock b/Cargo.lock index 99e1f25..c1de23b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2333,7 +2333,7 @@ dependencies = [ [[package]] name = "peach-web" -version = "0.6.19" +version = "0.6.20" dependencies = [ "async-std", "base64 0.13.0", @@ -2349,6 +2349,7 @@ dependencies = [ "peach-network", "rouille", "temporary", + "vnstat_parse", "xdg", ] @@ -3814,6 +3815,12 @@ version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" +[[package]] +name = "vnstat_parse" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75334377a2918b45b5b8da023080375a4ec0aa04b0bc88f896ea93cf4b32feff" + [[package]] name = "void" version = "1.0.2" diff --git a/peach-web/Cargo.toml b/peach-web/Cargo.toml index 0507d6e..88effd8 100644 --- a/peach-web/Cargo.toml +++ b/peach-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peach-web" -version = "0.6.20" +version = "0.6.21" authors = ["Andrew Reid ", "Max Fowler "] edition = "2018" description = "peach-web is a web application which provides a web interface for monitoring and interacting with the PeachCloud device. This allows administration of the single-board computer (ie. Raspberry Pi) running PeachCloud, as well as the ssb-server and related plugins."