From 09e33f179fd69a1e3cba71c58391e3cfbb201fda Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Wed, 24 Jan 2024 18:03:57 +0100 Subject: [PATCH] hello 1.0.2 (via `alr publish --submit`) --- index/he/hello/hello-1.0.2.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 index/he/hello/hello-1.0.2.toml diff --git a/index/he/hello/hello-1.0.2.toml b/index/he/hello/hello-1.0.2.toml new file mode 100644 index 0000000..f274b03 --- /dev/null +++ b/index/he/hello/hello-1.0.2.toml @@ -0,0 +1,20 @@ +name = "hello" +description = "'Hello, world!' demonstration project" +version = "1.0.2" +tags = ["hello", "demo"] +licenses = "MIT" +website = "https://github.com/alire-project/hello" + +authors = ["Alejandro R. Mosteo"] +maintainers = ["Alejandro R. Mosteo "] +maintainers-logins = ["mosteo"] + +executables = ["hello"] + +[[depends-on]] +libhello = "^1.0" + +[origin] +commit = "5715870bf1637ac06c87a3db580d4efdfd5daeed" +url = "git+https://github.com/alire-project/hello.git" +