summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 643c34b..e532da3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -219,6 +219,14 @@ dependencies = [
]
[[package]]
+name = "fortune-pit"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "async-std",
+]
+
+[[package]]
name = "futures-channel"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -424,14 +432,6 @@ dependencies = [
]
[[package]]
-name = "tarpit"
-version = "0.1.0"
-dependencies = [
- "anyhow",
- "async-std",
-]
-
-[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"