mirror of
https://github.com/actix/actix-website
synced 2024-11-24 08:43:01 +01:00
e72b12218a
* Add hosting instructions for Shuttle * move shuttle sample code to examples dir --------- Co-authored-by: Rob Ede <robjtede@icloud.com>
13 lines
193 B
TOML
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>
|