Files
iot-cloud-api/Cargo.toml
tobimai 75593fa003
All checks were successful
Build Project / test (push) Successful in 6m5s
Now deleting older files
2025-02-27 19:36:47 +00:00

26 lines
672 B
TOML

[package]
name = "iot-cloud"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-service = "2.0.2"
actix-web = "4.4.0"
chrono = { version = "0.4.31", features = ["serde"] }
dotenvy = "0.15"
env_logger = "0.11"
log = "0.4.20"
semver = "1.0.25"
serde = "1.0.188"
sqlx = { version = "0.8", features = [ "runtime-tokio", "tls-rustls", "postgres", "migrate", "chrono", "mac_address"] }
sqlx-cli = "0.8"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1.0"
tokio = { version = "1", features = ["fs", "rt-multi-thread"] }
[lints.clippy]
pedantic = "warn"