12 lines
223 B
TOML
12 lines
223 B
TOML
|
[package]
|
||
|
name = "shuttle-bevy-ex"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
axum = "0.7.4"
|
||
|
shuttle-axum = "0.49.0"
|
||
|
shuttle-runtime = "0.49.0"
|
||
|
tokio = "1.28.2"
|
||
|
tower-http = { version = "0.5.0", features = ["fs"] }
|