From 080466200060d2d3ec64bec32a4959fa061b79ce Mon Sep 17 00:00:00 2001 From: troido Date: Thu, 23 Apr 2020 12:53:01 +0200 Subject: accept authentication messages, and validate registrations --- src/config.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 9d2c480..708945d 100644 --- a/src/config.rs +++ b/src/config.rs @@ -16,4 +16,7 @@ pub struct Config { #[structopt(short, long, env="ASCIIFARM_SAVE_DIR", help="The directory in which the savegames are")] pub save_dir: Option, + #[structopt(short, long, env="ASCIIFARM_USER_DIR", help="The directory in which the user sign-in data lives")] + pub user_dir: Option, + } -- cgit