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