From ef4ada62f82ced8116e6ef64bdd773c275ea8195 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 19 Feb 2024 18:38:15 -0500 Subject: things --- matrix-repl/Cargo.toml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 matrix-repl/Cargo.toml (limited to 'matrix-repl/Cargo.toml') diff --git a/matrix-repl/Cargo.toml b/matrix-repl/Cargo.toml deleted file mode 100644 index f1ec1d3..0000000 --- a/matrix-repl/Cargo.toml +++ /dev/null @@ -1,10 +0,0 @@ -[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