From f8bf353073220ce329d8eb347e3574d5793b6d26 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 3 Oct 2020 22:39:05 -0400 Subject: moved handlers into separate module, started config --- dichroism/src/config.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 dichroism/src/config.rs (limited to 'dichroism/src/config.rs') diff --git a/dichroism/src/config.rs b/dichroism/src/config.rs new file mode 100644 index 0000000..e5b4046 --- /dev/null +++ b/dichroism/src/config.rs @@ -0,0 +1 @@ +struct Config {} -- cgit v1.2.3