about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2025-06-16 21:45:59 -0500
committergennyble <gen@nyble.dev>2025-06-16 21:45:59 -0500
commitdf11f96162f89c740aba87d62e4512cfc46049bb (patch)
treee06c5b66f0cdd74fe6d588ef93d9f8244b268e45 /Cargo.toml
parent764f1cdf94182ba84d500013b000f718f6fe37a7 (diff)
downloadpiper-df11f96162f89c740aba87d62e4512cfc46049bb.tar.gz
piper-df11f96162f89c740aba87d62e4512cfc46049bb.zip
allow getting ip-address from header
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 51b6731..0a37bd8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ edition = "2024"
 [dependencies]
 httparse = "1.10.1"
 smol = "2.0.2"
+scurvy = { git = "https://git.dreamy.place/scurvy" }