summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2020-06-04 01:04:08 -0400
committerOwen Jacobson <owen@grimoire.ca>2020-06-04 01:04:08 -0400
commiteddc15883aabe2ccd5652f804bb0d3fb01dbc334 (patch)
treef90050a98312a3c5e641debf65b7b8b17ba740c8 /src/lib.rs
parente0aeb8aa134bd7fe93526a32b004e77b267a3ba2 (diff)
Renamed primary binary to `web`.
This closely matches Procfile entries, making the structure of the project a little easier to follow.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644
index 0000000..eb1da51
--- /dev/null
+++ b/src/lib.rs
@@ -0,0 +1,4 @@
+#![feature(proc_macro_hygiene)]
+
+pub mod twelve;
+pub mod view;