Transition the index to TOML files
This commit is contained in:
committed by
Alejandro R Mosteo
parent
245043eba5
commit
9136b58856
@@ -0,0 +1,15 @@
|
||||
[general]
|
||||
description = """"Hello, world!" demonstration project"""
|
||||
licenses = []
|
||||
|
||||
['1.0.1']
|
||||
origin = "git+https://github.com/alire-project/hello.git@65725c20778875eef12b61a01b437120932965f3"
|
||||
|
||||
['1.0.1'.depends-on]
|
||||
libhello = "^1.0"
|
||||
|
||||
['1.0.0']
|
||||
origin = "git+https://github.com/alire-project/hello.git@8cac0afddc505794ae3e5634745ce0830129d241"
|
||||
|
||||
['1.0.0'.depends-on]
|
||||
libhello = "^1.0"
|
||||
Reference in New Issue
Block a user