[package] name = "server" edition = "2021" [dependencies] puppy = { path = "../../lib/puppy" } hyper = { version = "*", features = ["full"] } tokio = { version = "*", features = ["full"] } http-body-util = "*" hyper-util = { version = "*", features = ["full"] } serde_json = "*" http = "*" derive_more = "*"