mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
ea3785ee90
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
217 B
TOML
14 lines
217 B
TOML
[package]
|
|
name = "shuttle"
|
|
version = "1.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
|
|
# <shuttle-deps>
|
|
[dependencies]
|
|
actix-web = "4"
|
|
shuttle-actix-web = "0.42"
|
|
shuttle-runtime = "0.42"
|
|
tokio = "1"
|
|
# </shuttle-deps>
|