Create workspace from previous implementation files
This commit is contained in:
23
simulation-tools/Cargo.toml
Normal file
23
simulation-tools/Cargo.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[package]
|
||||
name = "simulation-tools"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[[bin]]
|
||||
name = "nav_dev"
|
||||
path = "src/nav_dev/main.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" }
|
||||
rand = "0.8.5"
|
||||
rand_distr = "0.4.3"
|
||||
Reference in New Issue
Block a user