aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 73188a4..f222d10 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,6 +3,12 @@
3version = 3 3version = 3
4 4
5[[package]] 5[[package]]
6name = "anyhow"
7version = "1.0.44"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
10
11[[package]]
6name = "ariadne" 12name = "ariadne"
7version = "0.1.3" 13version = "0.1.3"
8source = "registry+https://github.com/rust-lang/crates.io-index" 14source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -21,8 +27,10 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
21name = "bin" 27name = "bin"
22version = "0.1.0" 28version = "0.1.0"
23dependencies = [ 29dependencies = [
30 "anyhow",
24 "ariadne", 31 "ariadne",
25 "lib", 32 "lib",
33 "rnix",
26] 34]
27 35
28[[package]] 36[[package]]