12 lines
283 B
TOML
12 lines
283 B
TOML
|
[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"
|