summaryrefslogtreecommitdiff
path: root/matrix-repl/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-repl/Cargo.toml')
-rw-r--r--matrix-repl/Cargo.toml10
1 files changed, 0 insertions, 10 deletions
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"