mirror of
https://github.com/actix/actix-website
synced 2025-06-27 15:39:02 +02:00
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>
This commit is contained in:
12
examples/shuttle/Cargo.toml
Normal file
12
examples/shuttle/Cargo.toml
Normal file
@ -0,0 +1,12 @@
|
||||
[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>
|
Reference in New Issue
Block a user