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