server/Cargo.toml

12 lines
283 B
TOML
Raw Normal View History

2024-05-02 11:48:45 +02:00
[package]
name = "schnabu-server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diesel = { version = "2.1.6", features = ["postgres"] }
dotenvy = "0.15.7"
postgis_diesel = "2.3.1"