navy/project.json

16 lines
457 B
JSON
Raw Permalink Normal View History

2023-12-10 18:24:05 +00:00
{
"$schema": "https://schemas.cute.engineering/stable/cutekit.manifest.project.v1",
"type": "project",
2023-12-15 21:31:52 +00:00
"id": "navy-org/navy",
2023-12-15 21:31:51 +00:00
"extern": {
"cute-engineering/libheap": {
"git": "https://github.com/cute-engineering/libheap.git",
"tag": "v1.1.0"
2023-12-21 07:22:51 +00:00
},
"cute-engineering/handover": {
"git": "https://github.com/cute-engineering/handover.git",
"tag": "v1.4.0"
2023-12-15 21:31:51 +00:00
}
}
}