mirror of
https://gitlab.com/Anson-Projects/shuttle-christmas-code-hunt-2023.git
synced 2025-06-15 14:46:47 +00:00
11 lines
169 B
TOML
11 lines
169 B
TOML
[package]
|
|
name = "cch23-anson"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rocket = "0.5.0"
|
|
shuttle-rocket = "0.34.0"
|
|
shuttle-runtime = "0.34.0"
|
|
tokio = "1.26.0"
|