6eb9514673
* Use new Windows cache location * Revert hello-1.0.2.toml Remove change intended to temporarily trigger checks
20 lines
484 B
TOML
20 lines
484 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"
|