diff options
Diffstat (limited to 'examples/full-todolist/page.toml')
| -rw-r--r-- | examples/full-todolist/page.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/full-todolist/page.toml b/examples/full-todolist/page.toml new file mode 100644 index 0000000..9bdc7f1 --- /dev/null +++ b/examples/full-todolist/page.toml @@ -0,0 +1,10 @@ +[example] +id = "full-todolist" +name = "Todo List" +icon = "📝" +category = "full" +desc = """ +This is a complete example project that demonstrates how to develop a todo list application using Mingling +""" +tags = ["todolist", "CRUD"] +files = ["src/main.rs", "src/todolist.rs", "src/help.rs", "Cargo.toml"] |
