puppy/bin/server/Cargo.toml

10 lines
171 B
TOML
Raw Normal View History

2024-04-16 20:57:07 +02:00
[package]
name = "server"
edition = "2021"
[dependencies]
puppy = { path = "../../lib/puppy" }
tokio = { version = "*", features = ["full"] }
axum = "*"
2024-04-27 09:32:00 +02:00
serde_json = "*"