diff options
author | Daniel García <[email protected]> | 2018-06-12 17:24:29 +0200 |
---|---|---|
committer | Daniel García <[email protected]> | 2018-06-12 17:30:36 +0200 |
commit | f72efa899e0a2a8adde595842a70698e471a1d3a (patch) | |
tree | f0855a632d363ddf1e2b33f5a7bd78b1b0dedd30 /diesel.toml | |
parent | 483066b9a03b3c84a8c7dbc7367bb5afd17ef96d (diff) | |
download | vaultwarden-f72efa899e0a2a8adde595842a70698e471a1d3a.tar.gz vaultwarden-f72efa899e0a2a8adde595842a70698e471a1d3a.zip |
Updated dependencies and created 'rust-toolchain', to mark a working nightly to rustup users, and hopefully avoid some nightly breakage.
Diffstat (limited to 'diesel.toml')
-rw-r--r-- | diesel.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/diesel.toml b/diesel.toml new file mode 100644 index 00000000..5a78b550 --- /dev/null +++ b/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/db/schema.rs"
\ No newline at end of file |