Skip to content

Instantly share code, notes, and snippets.

@oconnor0
Created September 30, 2016 17:56
Show Gist options
  • Save oconnor0/c64d3a95fb5784fb2f485e46fec01df1 to your computer and use it in GitHub Desktop.
Save oconnor0/c64d3a95fb5784fb2f485e46fec01df1 to your computer and use it in GitHub Desktop.
Cargo.lock diff from `cargo build` to `cargo install`
diff --git a/Cargo.lock b/Cargo.lock
index f4f0738..79c3112 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,14 +1,8 @@
[root]
-name = "textbox"
+name = "build-your-own-editor"
version = "0.0.1"
dependencies = [
- "bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "num-traits 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
- "termbox-sys 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "wio 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "textbox 0.0.1",
]
[[package]]
@@ -39,13 +33,6 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
-name = "build-your-own-editor"
-version = "0.0.1"
-dependencies = [
- "textbox 0.0.1",
-]
-
-[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -65,6 +52,19 @@ version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
+name = "textbox"
+version = "0.0.1"
+dependencies = [
+ "bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num-traits 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
+ "termbox-sys 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "wio 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
name = "user32-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment