Riley Apeldoorn
37acb67aa5
* Rename `fetch::keys` to `fetch::signatures` * Clean up the public api of `fetch::signatures` * Switch from axum to hyper * Add request signature validation (buggy, wip)
12 lines
291 B
TOML
12 lines
291 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 = "*"
|