11 lines
171 B
YAML
11 lines
171 B
YAML
|
cradle:
|
||
|
stack:
|
||
|
- path: "lib"
|
||
|
component: "homework:lib"
|
||
|
|
||
|
- path: "app"
|
||
|
component: "homework:exe"
|
||
|
|
||
|
- path: "test"
|
||
|
component: "homework:test"
|