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
Orhun Parmaksız e72b12218a
Add hosting instructions for Shuttle (#334)
* Add hosting instructions for Shuttle

* move shuttle sample code to examples dir

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-11-01 15:08:40 +00:00

13 lines
193 B
TOML

[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>