blob: 9bdc7f10a2bfd363e7e63f98cce69d28ea1436c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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"]
|