echarts to display the datafusion SQL
This commit is contained in:
16
graphs/Cargo.toml
Normal file
16
graphs/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "analytics-graphs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[workspace]
|
||||
|
||||
[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