9 lines
166 B
TOML
9 lines
166 B
TOML
|
[package]
|
||
|
name = "backend"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
axum = "0.7.6"
|
||
|
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
|