diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-13 15:43:47 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-13 15:43:47 +0100 |
commit | 8b4440f7236b0972c1a804eea4c8305b958ad03c (patch) | |
tree | 4526fdda6de75b2ee380bf41d306da5c7bb8b6cb /backend/diesel.toml | |
parent | 931bf0fbed9670c356fdeae0f2e4559ff3e59ebb (diff) | |
download | planetwars.dev-8b4440f7236b0972c1a804eea4c8305b958ad03c.tar.xz planetwars.dev-8b4440f7236b0972c1a804eea4c8305b958ad03c.zip |
setup basic rocket+diesel app
Diffstat (limited to 'backend/diesel.toml')
-rw-r--r-- | backend/diesel.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/diesel.toml b/backend/diesel.toml new file mode 100644 index 0000000..92267c8 --- /dev/null +++ b/backend/diesel.toml @@ -0,0 +1,5 @@ +# For documentation on how to configure this file, +# see diesel.rs/guides/configuring-diesel-cli + +[print_schema] +file = "src/schema.rs" |