vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 0d02d170a14825db1a4a500eba479f66e00e592b
parent 6fd4044fa6ff4169d514125ec96df8404a5e0f82
Author: Zack Newman <zack@philomathiclife.com>
Date:   Wed, 13 Dec 2023 16:30:42 -0700

remove diesel.toml

Diffstat:
Ddiesel.toml | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/diesel.toml b/diesel.toml @@ -1,5 +0,0 @@ -# For documentation on how to configure this file, -# see diesel.rs/guides/configuring-diesel-cli - -[print_schema] -file = "src/db/schema.rs"