From 7b3de7c109932ea1224aed5c082ee9e771b794b9 Mon Sep 17 00:00:00 2001 From: a14m Date: Fri, 9 Apr 2021 16:52:45 +0200 Subject: Deploy test crate version from CI --- CLI/rust/Cargo.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'CLI/rust/Cargo.lock') 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 @@ -119,19 +119,6 @@ dependencies = [ "winapi", ] -[[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" @@ -422,6 +409,19 @@ dependencies = [ "winapi-util", ] +[[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" -- cgit v1.2.3