Files
simple-rust-tests/__shuttle/hatter-test/Cargo.toml
2022-10-07 00:31:00 +08:00

12 lines
193 B
TOML

[package]
name = "hatter-test"
version = "0.1.0"
edition = "2021"
[lib]
[dependencies]
shuttle-service = { version = "0.5.2", features = ["web-axum"] }
axum = "0.5.16"
sync_wrapper = "0.1.1"