diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index a4a07e004..79da84ebc 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1024,6 +1024,7 @@ dependencies = [ | |||
1024 | [[package]] | 1024 | [[package]] |
1025 | name = "teraron" | 1025 | name = "teraron" |
1026 | version = "0.0.1" | 1026 | version = "0.0.1" |
1027 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1027 | dependencies = [ | 1028 | dependencies = [ |
1028 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1029 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1029 | "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1030 | "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1091,7 +1092,7 @@ dependencies = [ | |||
1091 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1092 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1092 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1093 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1093 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1094 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1094 | "teraron 0.0.1", | 1095 | "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1095 | "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1096 | "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1096 | ] | 1097 | ] |
1097 | 1098 | ||
@@ -1380,6 +1381,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1380 | "checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7" | 1381 | "checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7" |
1381 | "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" | 1382 | "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |
1382 | "checksum tera 0.11.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6c87cae42cc4fc480278c7583792cc5da2d51a25be916b7921cbb45c43063b8d" | 1383 | "checksum tera 0.11.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6c87cae42cc4fc480278c7583792cc5da2d51a25be916b7921cbb45c43063b8d" |
1384 | "checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e" | ||
1383 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" | 1385 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" |
1384 | "checksum text_unit 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc86da66d0b9aa8d359b0ec31b4342c6bc52637eadef05b91b098551a9f8e9" | 1386 | "checksum text_unit 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc86da66d0b9aa8d359b0ec31b4342c6bc52637eadef05b91b098551a9f8e9" |
1385 | "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" | 1387 | "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" |