17 lines
350 B
TOML
17 lines
350 B
TOML
[package]
|
|
name = "kairo-common"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# [[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 } |