aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-31 10:40:05 +0000
committerAleksey Kladov <[email protected]>2019-01-31 20:23:30 +0000
commitce3636798bc9481ec712b84b5cad9973b7844425 (patch)
tree0f252e18492e50ce8eff8c0aacb249a763601dd0 /Cargo.lock
parent9a043a163c59dd2625727f7ff5466d586625a423 (diff)
move macros to a separate crate
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 568d1aeef..b6367bf30 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -940,6 +940,7 @@ dependencies = [
940 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 940 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
941 "ra_arena 0.1.0", 941 "ra_arena 0.1.0",
942 "ra_db 0.1.0", 942 "ra_db 0.1.0",
943 "ra_macros 0.1.0",
943 "ra_syntax 0.1.0", 944 "ra_syntax 0.1.0",
944 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 945 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
945 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 946 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1018,6 +1019,13 @@ dependencies = [
1018] 1019]
1019 1020
1020[[package]] 1021[[package]]
1022name = "ra_macros"
1023version = "0.1.0"
1024dependencies = [
1025 "smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1026]
1027
1028[[package]]
1021name = "ra_syntax" 1029name = "ra_syntax"
1022version = "0.1.0" 1030version = "0.1.0"
1023dependencies = [ 1031dependencies = [