diff --git a/index/wo/wordle/wordle-0.1.1.toml b/index/wo/wordle/wordle-0.1.1.toml new file mode 100644 index 00000000..a54d25f5 --- /dev/null +++ b/index/wo/wordle/wordle-0.1.1.toml @@ -0,0 +1,24 @@ +name = "wordle" +description = "Wordle for the terminal" +version = "0.1.1" + +authors = ["Alejandro R. Mosteo"] +maintainers = ["Alejandro R. Mosteo "] +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" + diff --git a/index/wo/wordlelib/wordlelib-0.1.0.toml b/index/wo/wordlelib/wordlelib-0.1.0.toml new file mode 100644 index 00000000..7f6e0be3 --- /dev/null +++ b/index/wo/wordlelib/wordlelib-0.1.0.toml @@ -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 "] +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" +