Add native display loop to aster web UI
This commit is contained in:
@@ -11,6 +11,8 @@ repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
asterctl = { path = "../asterctl", version = "0.2.0" }
|
||||
asterctl-lcd = { path = "../asterctl-lcd", version = "0.2.0" }
|
||||
axum = { version = "0.8.4", features = ["multipart"] }
|
||||
chrono = "0.4"
|
||||
clap = { version = "4.5.42", features = ["derive"] }
|
||||
@@ -21,4 +23,3 @@ serde_json = "1.0.142"
|
||||
tokio = { version = "1.47.1", features = ["fs", "macros", "net", "rt-multi-thread"] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user