1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 08:43:01 +01:00
actix-website/examples/shuttle/Cargo.toml

14 lines
217 B
TOML
Raw Normal View History

[package]
name = "shuttle"
version = "1.0.0"
2023-11-01 16:11:40 +01:00
publish = false
edition.workspace = true
# <shuttle-deps>
[dependencies]
actix-web = "4"
shuttle-actix-web = "0.39"
shuttle-runtime = "0.39"
tokio = "1"
# </shuttle-deps>