aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormetamuffin <yvchraiqi@protonmail.com>2022-06-05 14:52:50 +0200
committermetamuffin <yvchraiqi@protonmail.com>2022-06-05 14:52:50 +0200
commitca3536ce691e8726ceebbf6c058bd009ebab62ab (patch)
tree0708344fd2fbf048226e875570c6c2c5a273f87a /Cargo.lock
downloadblubcat-ca3536ce691e8726ceebbf6c058bd009ebab62ab.tar
blubcat-ca3536ce691e8726ceebbf6c058bd009ebab62ab.tar.bz2
blubcat-ca3536ce691e8726ceebbf6c058bd009ebab62ab.tar.zst
initial
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..204d819
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,16 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 3
+
+[[package]]
+name = "anyhow"
+version = "1.0.57"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
+
+[[package]]
+name = "blubcat"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+]