16 lines
369 B
TOML
16 lines
369 B
TOML
[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 = "*"
|
|
tracing = "*"
|
|
tracing-subscriber = "*"
|
|
tracing-forest = "*"
|