summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorWesley Moore <wes@wezm.net>2019-07-08 11:30:32 +1000
committerWesley Moore <wes@wezm.net>2019-07-08 11:30:32 +1000
commit44888630b7ee1dbefa9964ca750b1622b3dc5fb0 (patch)
treedbae5946a1990eea3db9957763c172904410e267 /Cargo.lock
parent21855fb6e2e5f5a263dd47db0992350e4806f4cf (diff)
Shuffle things around to use the lib from the binary
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6d2b720..74352a4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -9,7 +9,7 @@ dependencies = [
]
[[package]]
-name = "annotaterust"
+name = "annotate-rust"
version = "0.1.0"
dependencies = [
"regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",