use ratatui todo list example
This commit is contained in:
parent
2f3fac1a58
commit
888ada6a07
7 changed files with 435 additions and 70 deletions
9
diesel.toml
Normal file
9
diesel.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue