aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-04 13:01:06 +0000
committerAleksey Kladov <[email protected]>2019-01-04 13:58:10 +0000
commit291d578938d7dc9b1f9bbd1174e444cc831531d9 (patch)
tree153e44aa0ccb17be658acbc9ae2e62d2a87178ab /Cargo.lock
parent821fa7a50ab8c4886adc60a2093aa8e06cc3a9d6 (diff)
extract area to a crate
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5f35f2872..4666347f8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -684,6 +684,10 @@ dependencies = [
684] 684]
685 685
686[[package]] 686[[package]]
687name = "ra_arena"
688version = "0.1.0"
689
690[[package]]
687name = "ra_cli" 691name = "ra_cli"
688version = "0.1.0" 692version = "0.1.0"
689dependencies = [ 693dependencies = [
@@ -808,6 +812,7 @@ version = "0.1.0"
808dependencies = [ 812dependencies = [
809 "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", 813 "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
810 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 814 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
815 "ra_arena 0.1.0",
811 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 816 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
812 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 817 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
813 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 818 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",