puppy/bin/server/Cargo.toml

14 lines
309 B
TOML
Raw Normal View History

2024-04-16 20:57:07 +02:00
[package]
name = "server"
edition = "2021"
[dependencies]
puppy = { path = "../../lib/puppy" }
hyper = { version = "*", features = ["full"] }
2024-04-16 20:57:07 +02:00
tokio = { version = "*", features = ["full"] }
http-body-util = "*"
hyper-util = { version = "*", features = ["full"] }
2024-04-27 09:32:00 +02:00
serde_json = "*"
http = "*"
2024-05-02 21:23:45 +02:00
derive_more = "*"