with network stats

This commit is contained in:
2022-12-18 14:47:28 +01:00
parent f8d2351538
commit 94f254047f
7 changed files with 187 additions and 3 deletions

13
crates/stats/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "stats"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
util = { path = "../util" }
eyre.workspace = true
clap.workspace = true
dirs.workspace = true