made binary the default member
This commit is contained in:
parent
612127db19
commit
1ef87c01e3
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -308,7 +308,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rs48"
|
||||
version = "1.3.0"
|
||||
version = "1.3.1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"rand",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rs48"
|
||||
version = "1.3.0"
|
||||
version = "1.3.1"
|
||||
edition = "2021"
|
||||
description = "A game of 2048 that plays in the terminal as a TUI with a lot of configurability."
|
||||
license = "GPL-3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue