summaryrefslogtreecommitdiff
path: root/matrix-bin/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-bin/Cargo.toml
parentdocs (diff)
downloadmatrix-ef4ada62f82ced8116e6ef64bdd773c275ea8195.tar.gz
matrix-ef4ada62f82ced8116e6ef64bdd773c275ea8195.tar.bz2
matrix-ef4ada62f82ced8116e6ef64bdd773c275ea8195.zip
things
Diffstat (limited to 'matrix-bin/Cargo.toml')
-rw-r--r--matrix-bin/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/matrix-bin/Cargo.toml b/matrix-bin/Cargo.toml
new file mode 100644
index 0000000..029923b
--- /dev/null
+++ b/matrix-bin/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "matrix-bin"
+version = "0.1.0"
+edition = "2021"
+
+[[bin]]
+name = "matrix"
+path = "src/main.rs"
+
+[dependencies]
+clap = { version = "4", features = [ "derive" ] }
+matrix = { path = "../matrix" }
+rustyline = "13"