diff options
author | gennyble <gen@nyble.dev> | 2025-06-16 21:45:59 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-06-16 21:45:59 -0500 |
commit | df11f96162f89c740aba87d62e4512cfc46049bb (patch) | |
tree | e06c5b66f0cdd74fe6d588ef93d9f8244b268e45 /Cargo.toml | |
parent | 764f1cdf94182ba84d500013b000f718f6fe37a7 (diff) | |
download | piper-df11f96162f89c740aba87d62e4512cfc46049bb.tar.gz piper-df11f96162f89c740aba87d62e4512cfc46049bb.zip |
allow getting ip-address from header
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
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" } |