navy/project.json
2023-12-22 10:46:05 +01:00

16 lines
457 B
JSON

{
"$schema": "https://schemas.cute.engineering/stable/cutekit.manifest.project.v1",
"type": "project",
"id": "navy-org/navy",
"extern": {
"cute-engineering/libheap": {
"git": "https://github.com/cute-engineering/libheap.git",
"tag": "v1.1.0"
},
"cute-engineering/handover": {
"git": "https://github.com/cute-engineering/handover.git",
"tag": "v1.4.0"
}
}
}