wayver's git archive


a last value key/value store
git clone https://git.wayver.dev/afterimage

server/Cargo.toml@1c2b5e408f1e8e2d2d7b4338dc096841ac46cfcd

raw
Date Commit Message Author Files + -
2026-05-02 14:31 initial mvp wayverd 9 1052 0
...

1[package]
2name = "afterimage-server"
3version = "0.1.0"
4edition = "2024"
5
6workspace = ".."
7
8[dependencies]
9ahash.workspace = true
10dashmap.workspace = true
11form_urlencoded.workspace = true
12http-body-util.workspace = true
13hyper-util.workspace = true
14hyper.workspace = true
15serde_path_to_error.workspace = true
16serde_urlencoded.workspace = true
17serde.workspace = true
18tokio.workspace = true
19tracing-subscriber.workspace = true
20tracing.workspace = true
21