From 743ae22168b1fcdf2e1e54bcadbb1bb3fce3370d Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 5 Oct 2020 22:05:58 -0400 Subject: started work on schema, models, and repos --- dichroism/diesel.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dichroism/diesel.toml (limited to 'dichroism/diesel.toml') diff --git a/dichroism/diesel.toml b/dichroism/diesel.toml new file mode 100644 index 0000000..92267c8 --- /dev/null +++ b/dichroism/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" -- cgit v1.2.3