summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-03-21 17:51:55 +0100
committerTom Barrett <tom@tombarrett.xyz>2021-03-21 17:51:55 +0100
commit965ccb56c4c58066939d74bea22c2a9b59416d0d (patch)
tree593e332df8b2f424303c7e061159fbf3da464706 /src/lib.rs
parent911032cb80a6aeff5549e1038e19d0e0524abd3c (diff)
moved cell stuff to another file
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0b6d2c4..b7fde1e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1 +1,2 @@
+pub mod cell;
pub mod constants;