Create workspace from previous implementation files
This commit is contained in:
@@ -3,6 +3,19 @@ name = "xyz-engine"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[[test]]
|
||||
name = "all"
|
||||
path = "test/all.rs"
|
||||
|
||||
[dependencies]
|
||||
paho-mqtt = { workspace = true }
|
||||
influxdb = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
dotenv = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
kairo-common = {path = "../kairo-common" }
|
||||
itertools = "0.10.3"
|
||||
futures = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user