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

13 lines
193 B
TOML
Raw Normal View History

[package]
name = "shuttle"
version = "1.0.0"
edition = "2021"
# <shuttle-deps>
[dependencies]
actix-web = "4"
shuttle-actix-web = "0.30"
shuttle-runtime = "0.30"
tokio = "1"
# </shuttle-deps>