22a13d92f3
Crates without maintainer or pending migration remain in /orphaned GitHub URLs rely on the default tarballs that at some point will have to be released with uploaded binaries (with `alr publish` support).
20 lines
725 B
TOML
20 lines
725 B
TOML
[general]
|
|
description = """"Hello, world!" demonstration project"""
|
|
licenses = []
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
maintainers-logins = ["mosteo"]
|
|
|
|
['1.0.1']
|
|
origin = "https://github.com/alire-project/hello/archive/v1.0.1.tar.gz"
|
|
origin-hashes = ["sha512:dcc36a2f6f483fab49a73db30247cfd6b53338adb45d728827573a84894456cb65ac29e64d276f38c8c73a7574f871d1d384ef4b9a2c65d3f433501068b95ad9"]
|
|
|
|
['1.0.1'.depends-on]
|
|
libhello = "^1.0"
|
|
|
|
['1.0.0']
|
|
origin = "https://github.com/alire-project/hello/archive/v1.0.tar.gz"
|
|
origin-hashes = ["sha512:6f0b4e2cd4fd9c80f88106db6e238ea578f7d0782b98664600cbaaaebe62d0d16c4717a5b5ddf35c9a037dc993845a628b9a940b0c52e4d12c431540f01278d6"]
|
|
|
|
['1.0.0'.depends-on]
|
|
libhello = "^1.0"
|