wayver's git archive


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

fuzz/Cargo.toml@375565f690b958e08f589a7fee998ad5f47a70d0

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