aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 80a4066..c518b82 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,6 +1,6 @@
-use melisp::parse::parsetree::parse_to_ast;
-use melisp::sexp::{SExp::*, SLeaf::Nil};
+use myslip::parse::parsetree::parse_to_ast;
+use myslip::sexp::{SExp::*, SLeaf::Nil};
use std::{io, io::Write};
fn main() {