tablejohn/Cargo.toml
2023-08-03 17:35:34 +02:00

9 lines
203 B
TOML

[package]
name = "tablejohn"
version = "0.0.0"
edition = "2021"
[dependencies]
anyhow = "1.0.72"
axum = { version = "0.6.19", features = ["macros"] }
tokio = { version = "1.29.1", features = ["full"] }