Add example to Cargo.toml

This commit is contained in:
Greg Johnston
2022-12-23 14:23:52 -05:00
parent 629ac01484
commit 232776f9a6

View File

@@ -27,6 +27,7 @@ members = [
"examples/router",
"examples/todomvc",
"examples/todo-app-sqlite",
"examples/todo-app-sqlite-axum",
# book
"docs/book/project/ch02_getting_started",