diff options
Diffstat (limited to 'CLI/rust/Cargo.lock')
| -rw-r--r-- | CLI/rust/Cargo.lock | 26 |
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" |
