graphs renamed to web
This commit is contained in:
14
web/Cargo.toml
Normal file
14
web/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "web"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8"
|
||||
prost = "0.14.4"
|
||||
prost-types = "0.14.4"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", "net"] }
|
||||
tonic = "0.14.6"
|
||||
tonic-prost = "0.14.6"
|
||||
Reference in New Issue
Block a user