diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index baa9826..9685dfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,6 +278,7 @@ name = "piper" version = "0.1.0" dependencies = [ "httparse", + "scurvy", "smol", ] @@ -321,6 +322,11 @@ dependencies = [ ] [[package]] +name = "scurvy" +version = "0.1.0" +source = "git+https://git.dreamy.place/scurvy#c97099648a2117d44b3bc8bef033afde66c2339a" + +[[package]] name = "signal-hook-registry" version = "1.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" |