aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorjacob janzen <jacob.a.s.janzen@gmail.com>2022-08-28 13:01:21 -0500
committerjacob janzen <jacob.a.s.janzen@gmail.com>2022-08-28 13:01:21 -0500
commite9c219042bde7c1e2eb6f5be8cbe9f9407d88d46 (patch)
treea1237845cfd6ad2c41278afcf2dbc98fe61ab119 /Cargo.lock
parenta8cf2c052a457e743c2e9fc95ba3d4463f8511fa (diff)
renamed project
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index db7af99..ad36baa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -26,16 +26,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
-name = "bubbles"
-version = "0.1.0"
-dependencies = [
- "clap",
- "gif",
- "rand",
- "termsize",
-]
-
-[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -391,3 +381,13 @@ name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
+
+[[package]]
+name = "writhing_mass_of_flesh"
+version = "0.1.0"
+dependencies = [
+ "clap",
+ "gif",
+ "rand",
+ "termsize",
+]