summaryrefslogtreecommitdiff
path: root/matrix-repl/Cargo.toml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-02-19 18:38:15 -0500
committerFreya Murphy <freya@freyacat.org>2024-02-19 18:38:15 -0500
commitef4ada62f82ced8116e6ef64bdd773c275ea8195 (patch)
treeebd6e5c8c60510bf04998b7dccdb440883633763 /matrix-repl/Cargo.toml
parentdocs (diff)
downloadmatrix-ef4ada62f82ced8116e6ef64bdd773c275ea8195.tar.gz
matrix-ef4ada62f82ced8116e6ef64bdd773c275ea8195.tar.bz2
matrix-ef4ada62f82ced8116e6ef64bdd773c275ea8195.zip
things
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"