OpenLayerHub/Cargo.toml
Nicolai Van der Storm cea215f0f8 did a reset
2025-02-06 14:34:56 +01:00

14 lines
372 B
TOML

[package]
name = "openlayerhub"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = "0.1.86"
axum = "0.8.1"
sea-orm = { version = "1.1.4", features = ["sqlx-postgres", "runtime-tokio-native-tls", "macros"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
thiserror = "2.0.11"
tokio = { version = "1.43.0", features = ["full"] }