aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-20 15:46:12 -0700
committerFuwn <[email protected]>2021-03-20 15:46:12 -0700
commit980a1d0bd02a5453e202bf0fb39d28ffe25a21e0 (patch)
tree61f8f37f2372db53ab4000356bdac55e95479eb6 /src/lib.rs
parentfix: formatting (diff)
downloadwhirl-980a1d0bd02a5453e202bf0fb39d28ffe25a21e0.tar.xz
whirl-980a1d0bd02a5453e202bf0fb39d28ffe25a21e0.zip
whirl: :star:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644
index 0000000..df9deae
--- /dev/null
+++ b/src/lib.rs
@@ -0,0 +1,8 @@
+#![feature(type_ascription)] // src\sub\property.rs:37:2
+
+#[macro_use]
+extern crate log;
+
+pub mod sub;
+pub mod server;
+pub mod utils;