aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock34
1 files changed, 17 insertions, 17 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c0016a7..94857c3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -385,23 +385,6 @@ dependencies = [
385] 385]
386 386
387[[package]] 387[[package]]
388name = "hedge"
389version = "0.1.0"
390dependencies = [
391 "anyhow",
392 "hyper",
393 "lazy_static",
394 "log",
395 "multer",
396 "nanoid",
397 "pico-args",
398 "pretty_env_logger",
399 "rusqlite",
400 "smol",
401 "url",
402]
403
404[[package]]
405name = "hermit-abi" 388name = "hermit-abi"
406version = "0.1.15" 389version = "0.1.15"
407source = "registry+https://github.com/rust-lang/crates.io-index" 390source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -501,6 +484,23 @@ dependencies = [
501] 484]
502 485
503[[package]] 486[[package]]
487name = "isostatic"
488version = "0.1.0"
489dependencies = [
490 "anyhow",
491 "hyper",
492 "lazy_static",
493 "log",
494 "multer",
495 "nanoid",
496 "pico-args",
497 "pretty_env_logger",
498 "rusqlite",
499 "smol",
500 "url",
501]
502
503[[package]]
504name = "itoa" 504name = "itoa"
505version = "0.4.6" 505version = "0.4.6"
506source = "registry+https://github.com/rust-lang/crates.io-index" 506source = "registry+https://github.com/rust-lang/crates.io-index"