From c2268a6301b276efd492e1ab020efbd9df209ba7 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 23 Oct 2022 14:18:39 +0200 Subject: Release under MIT and added a README file and gave credits to the pattern lexicon --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 7b4544b..cd1b603 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,6 +2,8 @@ use std::error::Error; mod generation; +mod patterns; +use patterns::*; use generation::*; mod ui; use ui::*; -- cgit v1.2.3