Restructure into workspace with dashboard and agent
This commit is contained in:
27
Cargo.toml
27
Cargo.toml
@@ -1,19 +1,8 @@
|
||||
[package]
|
||||
name = "cm-dashboard"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
ratatui = "0.24"
|
||||
crossterm = "0.27"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
clap = { version = "4.0", features = ["derive"] }
|
||||
anyhow = "1.0"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
toml = "0.8"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
|
||||
tracing-appender = "0.2"
|
||||
zmq = "0.10"
|
||||
[workspace]
|
||||
members = [
|
||||
"dashboard",
|
||||
"agent",
|
||||
"shared"
|
||||
]
|
||||
resolver = "2"
|
||||
default-members = ["dashboard"]
|
||||
|
||||
Reference in New Issue
Block a user