graphs renamed to web

This commit is contained in:
Priec
2026-08-03 12:23:50 +02:00
parent f77e23a986
commit 35d85de556
47 changed files with 19 additions and 19 deletions

30
Cargo.lock generated
View File

@@ -105,20 +105,6 @@ version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
[[package]]
name = "analytics-graphs"
version = "0.1.0"
dependencies = [
"axum",
"prost",
"prost-types",
"serde",
"serde_json",
"tokio",
"tonic",
"tonic-prost",
]
[[package]]
name = "android_system_properties"
version = "0.1.5"
@@ -6573,7 +6559,6 @@ dependencies = [
name = "server"
version = "0.8.37"
dependencies = [
"analytics-graphs",
"anyhow",
"bcrypt",
"casbin",
@@ -6628,6 +6613,7 @@ dependencies = [
"url",
"uuid",
"validator",
"web",
]
[[package]]
@@ -8674,6 +8660,20 @@ version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "323f4da9523e9a669e1eaf9c6e763892769b1d38c623913647bfdc1532fe4549"
[[package]]
name = "web"
version = "0.1.0"
dependencies = [
"axum",
"prost",
"prost-types",
"serde",
"serde_json",
"tokio",
"tonic",
"tonic-prost",
]
[[package]]
name = "web-sys"
version = "0.3.103"