From 36e1bf722a3d366cea20ab7315d63d588d23dc48 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Sat, 20 Jun 2020 13:38:03 -0500 Subject: Working on a simple LISP/scheme interpreter. --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..6414a93 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "chisaigo" +version = "0.1.0" +authors = ["Dominick Allen "] +edition = "2018" + +[dependencies] +rustyline = "6.2.0" \ No newline at end of file -- cgit v1.2.3