summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-06 21:04:15 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-06 21:04:15 -0400
commit97deb52933b12abef9f57e15cc8dc41a50bcde70 (patch)
treee26c1ace0a14d51446def9c05d8d788dbfe7de95 /src
parentf5ff673c690b1015b8a3aa56393a13601bd55298 (diff)
Make dice and random_tables public library mods
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644
index 0000000..88e14db
--- /dev/null
+++ b/src/lib.rs
@@ -0,0 +1,2 @@
+pub mod dice;
+pub mod random_tables;