13 lines
159 B
Text
13 lines
159 B
Text
|
.{
|
||
|
.name = "example-ci",
|
||
|
.version = "0.0.0",
|
||
|
|
||
|
.dependencies = .{
|
||
|
.elphin = .{ .path = ".." },
|
||
|
},
|
||
|
|
||
|
.paths = .{
|
||
|
"",
|
||
|
},
|
||
|
}
|