mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-29 21:42:23 +03:00
10 lines
223 B
TOML
10 lines
223 B
TOML
[package]
|
|
name = "server"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
axum = "0.6.16"
|
|
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres"] }
|
|
tokio = { version = "1.27.0", features = ["full"] }
|