15 lines
218 B
TOML
15 lines
218 B
TOML
[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"
|