summaryrefslogtreecommitdiffstats
path: root/CLI/rust/Cargo.lock
diff options
context:
space:
mode:
authora14m <[email protected]>2021-04-09 16:52:45 +0200
committera14m <[email protected]>2021-04-09 17:44:09 +0200
commit7b3de7c109932ea1224aed5c082ee9e771b794b9 (patch)
treeb3587a16184738e76d8fc993d2f55a9b7e4aa3aa /CLI/rust/Cargo.lock
parentcf9d3806ea6394e5812e9fca84b8fe8ac3420744 (diff)
Deploy test crate version from CI
Diffstat (limited to 'CLI/rust/Cargo.lock')
-rw-r--r--CLI/rust/Cargo.lock26
1 files changed, 13 insertions, 13 deletions
diff --git a/CLI/rust/Cargo.lock b/CLI/rust/Cargo.lock
index eeade1f..841b96e 100644
--- a/CLI/rust/Cargo.lock
+++ b/CLI/rust/Cargo.lock
@@ -120,19 +120,6 @@ dependencies = [
]
[[package]]
-name = "game-of-life"
-version = "0.1.0"
-dependencies = [
- "clap",
- "ctrlc",
- "curl",
- "mocktopus",
- "rand",
- "regex",
- "terminal_size",
-]
-
-[[package]]
name = "getrandom"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -423,6 +410,19 @@ dependencies = [
]
[[package]]
+name = "terminal_game_of_life"
+version = "0.1.0-alpha"
+dependencies = [
+ "clap",
+ "ctrlc",
+ "curl",
+ "mocktopus",
+ "rand",
+ "regex",
+ "terminal_size",
+]
+
+[[package]]
name = "terminal_size"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"