use ratatui todo list example

This commit is contained in:
Fabien Freling 2025-06-20 13:03:55 +02:00
parent 2f3fac1a58
commit 888ada6a07
7 changed files with 435 additions and 70 deletions

9
diesel.toml Normal file
View file

@ -0,0 +1,9 @@
# For documentation on how to configure this file,
# see https://diesel.rs/guides/configuring-diesel-cli
[print_schema]
file = "src/schema.rs"
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
[migrations_directory]
dir = "/home/ffreling/code/todo/migrations"