From f24116ded995b1bce3563cce2e88be84f367b6bc Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 8 Oct 2020 01:34:52 +0100 Subject: [PATCH] prepare config --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8be0009..e52295b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,11 @@ edition = "2018" [features] default = ["short-ids"] +# Enforce password rules, compiled in from file defined at `config/password.toml` +password-rules = [] +# Use short IDs for keys short-ids = ["base65536"] +# Use local time for timestamps (unstable) local-time = [] [dependencies]