navy/project.json

12 lines
301 B
JSON
Raw 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:51 +00:00
"id": "kernel",
"extern": {
"cute-engineering/libheap": {
"git": "https://github.com/cute-engineering/libheap.git",
"tag": "v1.1.0"
}
}
}