about summary refs log tree commit diff
path: root/Cargo.toml
blob: 0a37bd8ab7cfd979e11750db9cf8dbce532f040c (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "piper"
version = "0.1.0"
edition = "2024"

[dependencies]
httparse = "1.10.1"
smol = "2.0.2"
scurvy = { git = "https://git.dreamy.place/scurvy" }