diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-10-03 22:39:05 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-10-03 22:39:05 -0400 |
commit | f8bf353073220ce329d8eb347e3574d5793b6d26 (patch) | |
tree | e82af1a3d953c2e332a0b15e7e3b7adb059ff061 /dichroism/src/config.rs | |
parent | 8da473460c3f82737ff34d02006ceac4c289243c (diff) | |
download | theglassyladies-f8bf353073220ce329d8eb347e3574d5793b6d26.tar.xz theglassyladies-f8bf353073220ce329d8eb347e3574d5793b6d26.zip |
moved handlers into separate module, started config
Diffstat (limited to 'dichroism/src/config.rs')
-rw-r--r-- | dichroism/src/config.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 {} |