aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-10-17 17:36:55 +0100
committerAleksey Kladov <[email protected]>2019-10-17 20:54:38 +0100
commit7b15c4f7ae95e2e855cb783871906fa7bf364c4c (patch)
tree20a69aaf3ad803a4ca689ec143e9cc0a5049d5ca /Cargo.lock
parent65ab81e35868c09ac9c93cf1d53a607f5caede53 (diff)
WIP: move to xtasks
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock26
1 files changed, 13 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9a048e67e..d2fe8e216 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1140,19 +1140,6 @@ dependencies = [
1140] 1140]
1141 1141
1142[[package]] 1142[[package]]
1143name = "ra_tools"
1144version = "0.1.0"
1145dependencies = [
1146 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1147 "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1148 "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
1149 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1150 "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
1151 "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
1152 "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
1153]
1154
1155[[package]]
1156name = "ra_tt" 1143name = "ra_tt"
1157version = "0.1.0" 1144version = "0.1.0"
1158dependencies = [ 1145dependencies = [
@@ -1785,6 +1772,19 @@ dependencies = [
1785] 1772]
1786 1773
1787[[package]] 1774[[package]]
1775name = "xtask"
1776version = "0.1.0"
1777dependencies = [
1778 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1779 "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1780 "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
1781 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1782 "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
1783 "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
1784 "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
1785]
1786
1787[[package]]
1788name = "yaml-rust" 1788name = "yaml-rust"
1789version = "0.4.3" 1789version = "0.4.3"
1790source = "registry+https://github.com/rust-lang/crates.io-index" 1790source = "registry+https://github.com/rust-lang/crates.io-index"