crane/examples/end-to-end-testing/server/Cargo.toml
2023-10-12 18:59:36 -07:00

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"] }