Add a configuration file + crypto module interface
[rup.git] / src / consts.rs
diff --git a/src/consts.rs b/src/consts.rs
new file mode 100644 (file)
index 0000000..3f0da11
--- /dev/null
@@ -0,0 +1,2 @@
+pub static FILE_CONF: &str = "conf.ron";\r
+pub static FILE_KEY: &str = "key.secret";
\ No newline at end of file