1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00
actix-website/examples/shuttle/Cargo.toml
dependabot[bot] ea3785ee90
Bump the shuttle group in /examples with 2 updates (#370)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 15:05:36 +00:00

14 lines
217 B
TOML

[package]
name = "shuttle"
version = "1.0.0"
publish = false
edition.workspace = true
# <shuttle-deps>
[dependencies]
actix-web = "4"
shuttle-actix-web = "0.42"
shuttle-runtime = "0.42"
tokio = "1"
# </shuttle-deps>