Transition the index to TOML files

This commit is contained in:
Pierre-Marie de Rodat
2019-04-03 12:40:00 +02:00
committed by Alejandro R Mosteo
parent 245043eba5
commit 9136b58856
62 changed files with 947 additions and 0 deletions
+15
View File
@@ -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"