aboutsummaryrefslogtreecommitdiff
path: root/examples/full-todolist/page.toml
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2026-06-09 06:34:55 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2026-06-09 06:34:55 +0800
commitab796e81ab4e3e9fa1a26f8217635eebec658b5e (patch)
treebbaf957bd9f952e93b767f5d1228d3c99d450a0a /examples/full-todolist/page.toml
parent78f282007980fe9c9ef143a6bc6fb76282957ab6 (diff)
Add full-todolist example project
Diffstat (limited to 'examples/full-todolist/page.toml')
-rw-r--r--examples/full-todolist/page.toml10
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"]