summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock16
-rw-r--r--Cargo.toml2
2 files changed, 9 insertions, 9 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"
diff --git a/Cargo.toml b/Cargo.toml
index 23b990b..7485b77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "tarpit"
+name = "fortune-pit"
version = "0.1.0"
edition = "2018"