4490d94341
Add Alire manifests and enable use of configuration Co-authored-by: GHA <actions@github.com>
21 lines
485 B
TOML
21 lines
485 B
TOML
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 <alejandro@mosteo.com>"]
|
|
maintainers-logins = ["mosteo"]
|
|
|
|
executables = ["hello"]
|
|
|
|
[[depends-on]]
|
|
libhello = "^1.0"
|
|
|
|
[origin]
|
|
commit = "5715870bf1637ac06c87a3db580d4efdfd5daeed"
|
|
url = "git+https://github.com/alire-project/hello.git"
|
|
|