Krys4lide/crates/backend/Cargo.toml

9 lines
166 B
TOML
Raw Normal View History

2024-09-23 18:02:07 +02:00
[package]
name = "backend"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7.6"
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }