wayver's git archive


a simple self-hosted git server
git clone https://git.wayver.dev/bile

fuzz/Cargo.toml@f3f2b40f0ffae5de2e6d3f661e32b582274bae49

raw
Date Commit Message Author Files + -
2026-02-17 21:07 initial mvp wayverd 74 10800 0
...

1[package]
2name = "fuzz"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7afl = "*"
8axum = "0.8.4"
9bile = { path = ".." }
10http = "1.3.1"
11http-body-util = "0.1.3"
12tokio = { version = "1.47.1", features = ["rt-multi-thread", "fs"] }
13tower = "0.5.2"
14