From eddc15883aabe2ccd5652f804bb0d3fb01dbc334 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 4 Jun 2020 01:04:08 -0400 Subject: Renamed primary binary to `web`. This closely matches Procfile entries, making the structure of the project a little easier to follow. --- src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/lib.rs (limited to 'src/lib.rs') 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; -- cgit v1.2.3