RemoteShell/Cargo.toml

15 lines
218 B
TOML
Raw Normal View History

2024-10-18 22:20:01 +02:00
[package]
name = "RemoteShell"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "RemoteShell"
path = "Source/App.rs"
[dependencies]
axum = "0.7.4"
shuttle-axum = "0.48.0"
shuttle-runtime = "0.48.0"
tokio = "1.28.2"