Fix bugs from 5-2 code review
This commit is contained in:
@@ -22,6 +22,7 @@ tokio = { version = "1", features = ["full"] }
|
||||
tower-http = { version = "0.5", features = ["fs"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
chrono = "0.4"
|
||||
|
||||
[[bin]]
|
||||
name = "compressor-test"
|
||||
@@ -42,3 +43,11 @@ path = "src/bin/ui_server.rs"
|
||||
[[bin]]
|
||||
name = "eurovent"
|
||||
path = "src/bin/eurovent.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "macro-chiller"
|
||||
path = "src/bin/macro_chiller.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "inverse-control-demo"
|
||||
path = "src/bin/inverse_control_demo.rs"
|
||||
|
||||
Reference in New Issue
Block a user