5fe1ac673c
* 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>
19 lines
444 B
TOML
19 lines
444 B
TOML
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"
|
|
|