aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorjakobst1n <jakob.stendahl@outlook.com>2024-06-08 20:15:35 +0200
committerjakobst1n <jakob.stendahl@outlook.com>2024-06-08 20:15:35 +0200
commit136502f371851efec48426d424115e136033c157 (patch)
treee4ec71f3dd3733503c5c284ce87fbb0ae0a36909 /src/lib.rs
parent6e9628e2d20c09eaeb7eedfe2f7278de0b65a09f (diff)
downloadtextgraph-136502f371851efec48426d424115e136033c157.tar.gz
textgraph-136502f371851efec48426d424115e136033c157.zip
Add some basic functionality
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 6f94350..11f9db9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1 +1,4 @@
pub mod graph;
+pub mod graph_canvas;
+pub mod parseopts;
+pub mod term;