some more early thoughts about syntax

This commit is contained in:
Blue 2023-08-31 17:06:02 -03:00
parent 0c40906eca
commit 60b2220b97
Signed by: blue
GPG key ID: 9B203B252A63EE38
7 changed files with 170 additions and 5 deletions

View file

@ -1,4 +1,12 @@
{
"name" : "test",
"version" : "0.0.1"
"version" : "0.0.1",
"dependencies" : [
"somePath",
"https://git.macaw.me/blue/mason.git",
{
"name" : "aProject",
"path" : "https://nowhere.to"
}
]
}