split components into a separate crate, switched to workspace
This commit is contained in:
parent
951a1aa4d4
commit
316d760b58
23 changed files with 935 additions and 60 deletions
14
Cargo.toml
14
Cargo.toml
|
@ -1,12 +1,2 @@
|
|||
[package]
|
||||
name = "rs48"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
description = "A game of 2048 that plays in the terminal as a TUI with a lot of configurability."
|
||||
license = "GPL-3.0"
|
||||
authors = ["JOLIMAITRE Matthieu <matthieu@imagevo.fr>"]
|
||||
|
||||
[dependencies]
|
||||
rand = "0.8.5"
|
||||
termion = "1.5.6"
|
||||
clap = { version = "3.1.8", features = ["derive"] }
|
||||
[workspace]
|
||||
members = ["rs48"]
|
Loading…
Add table
Add a link
Reference in a new issue