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" +