Files
iot-cloud-api/Cargo.toml
2023-09-16 20:06:29 +00:00

17 lines
416 B
TOML

[package]
name = "iot-cloud"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.4.0"
chrono = "0.4.31"
env_logger = "0.10.0"
log = "0.4.20"
serde = "1.0.188"
sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls", "postgres", "migrate", "chrono"] }
sqlx-cli = "0.7.1"
thiserror = "1.0.48"