summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs
index cd17803..7887a90 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,8 +1,7 @@
-use crate::random_tables::RandomTables;
+use dmn::dice;
+use dmn::random_tables::RandomTables;
mod cli;
-mod dice;
-mod random_tables;
fn main() {
let matches = cli::cli().get_matches();