blob: 002fbef857db9c9ecce127a8985f5d2d2d7f0b7d (
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", "cliché example"]
files = ["src/main.rs", "src/todolist.rs", "src/help.rs", "Cargo.toml"]
|