From e0c6f2cd7a2ef02fb9b7947816b54f3a43ef522d Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 27 Apr 2021 17:40:40 +0200 Subject: server: add config options, better outfile names e.g. - ability to log ip addresses of respondents - configurable bind address - reasonably sane defaults (hopefully) - survey name as part of output file names --- server/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'server/Cargo.toml') diff --git a/server/Cargo.toml b/server/Cargo.toml index 82b4f20..8fbbea2 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -12,3 +12,4 @@ tokio = { version = "1", features = ["full"] } futures = "0.3" sha2 = "0.9.3" hex = "0.4.3" +structopt = { version = "0.3", default-features = false } -- cgit v1.2.3