wordle 0.1.1, wordlelib 0.1.0 (#561)

* wordlelib 0.1.0

* wordle 0.1.1

* Fix metadata names

* Enable -d (that should be already working but...)

* Remove problematic metadata

* Remove script modification

Co-authored-by: GHA <actions@github.com>
This commit is contained in:
Alejandro R Mosteo
2022-07-20 14:26:13 +02:00
committed by GitHub
parent d91257541f
commit 5fe1ac673c
2 changed files with 42 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
name = "wordle"
description = "Wordle for the terminal"
version = "0.1.1"
authors = ["Alejandro R. Mosteo"]
maintainers = ["Alejandro R. Mosteo <alejandro@mosteo.com>"]
maintainers-logins = ["mosteo"]
executables = ["wordle"]
licenses = "MIT"
tags = ["wordle", "console", "terminal", "game"]
[[depends-on]]
aaa = "~0.2.6"
ansiada = "^1.0.0"
wordlelib = "~0.1.0"
wordlist = "~0.1.2"
[origin]
commit = "e2a960d82bce0914d3ed7ac5e4b0a6cd13d41b21"
url = "git+https://github.com/mosteo/wordle_ada.git"
+18
View File
@@ -0,0 +1,18 @@
name = "wordlelib"
description = "Library to track progress in a game of Wordle"
version = "0.1.0"
authors = ["Alejandro R. Mosteo"]
maintainers = ["Alejandro R. Mosteo <alejandro@mosteo.com>"]
maintainers-logins = ["mosteo"]
licenses = "MIT"
tags = ["wordle", "game", "console", "terminal"]
[[depends-on]]
aaa = "~0.2.5"
[origin]
commit = "5f907b3b1c98112eaaec9be55296625f4443d316"
url = "git+https://github.com/mosteo/wordlelib_ada.git"