mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
11 lines
247 B
TOML
11 lines
247 B
TOML
[package]
|
|
name = "tiny_webserver"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
axum = "0.8.4"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0.140"
|
|
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }
|