23 lines
661 B
TOML
23 lines
661 B
TOML
[package]
|
|
name = "jeethru"
|
|
version = "0.1.2"
|
|
authors = ["flabbergast <flabbergast@drak.xyz>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# clap = { version = "~2.32.0", features = ["yaml"] }
|
|
clap = { version = "~4.1.8", features = ["derive", "cargo"] }
|
|
config = "~0.13"
|
|
log = "0.4.17"
|
|
loggerv = "0.7.2"
|
|
# failure = "~0.1.8"
|
|
anyhow = "1.0.69"
|
|
bus = "~2.3.0"
|
|
rand = "0.8.5"
|
|
num-traits = "0.2.15"
|
|
rumqttc = "~0.20"
|
|
bson = { version = "~2.5", features = [ "chrono-0_4" ] }
|
|
serde = "1.0.154"
|
|
serde_derive = "1.0.154"
|
|
mongodb = { version = "~2.4", default-features = false, features = [ "tokio-sync", "bson-chrono-0_4" ] }
|
|
chrono = { version = "0.4.23", features = ["serde"] }
|