From ef4ada62f82ced8116e6ef64bdd773c275ea8195 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 19 Feb 2024 18:38:15 -0500 Subject: things --- matrix-bin/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 matrix-bin/Cargo.toml (limited to 'matrix-bin/Cargo.toml') 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" -- cgit v1.2.3-freya