From cdc6147a35206b290a2ea2d7d400b0899b5e0e43 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 15 Feb 2024 23:07:30 -0500 Subject: new lang => lexer and parser done --- matrix-repl/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 matrix-repl/Cargo.toml (limited to 'matrix-repl/Cargo.toml') diff --git a/matrix-repl/Cargo.toml b/matrix-repl/Cargo.toml new file mode 100644 index 0000000..f1ec1d3 --- /dev/null +++ b/matrix-repl/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "matrix-repl" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +matrix = { path = "../matrix" } +rustyline = "13" -- cgit v1.2.3-freya