summaryrefslogtreecommitdiffstats
path: root/lib/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/config.rs')
-rw-r--r--lib/src/config.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/src/config.rs b/lib/src/config.rs
new file mode 100644
index 0000000..0d25e78
--- /dev/null
+++ b/lib/src/config.rs
@@ -0,0 +1,10 @@
+#[derive(Debug)]
+pub struct Config {
+}
+
+impl Default for Config {
+ fn default() -> Self {
+ Config { }
+ }
+}
+