From a888c09bd54de77fb2004754a0e14ce14a906232 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 23 Feb 2024 11:32:47 -0500 Subject: more changes --- matrix-bin/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'matrix-bin/Cargo.toml') diff --git a/matrix-bin/Cargo.toml b/matrix-bin/Cargo.toml index 029923b..c4b4d5a 100644 --- a/matrix-bin/Cargo.toml +++ b/matrix-bin/Cargo.toml @@ -9,5 +9,7 @@ path = "src/main.rs" [dependencies] clap = { version = "4", features = [ "derive" ] } +ctrlc = "3" matrix = { path = "../matrix" } +matrix-stdlib = { path = "../matrix-stdlib" } rustyline = "13" -- cgit v1.2.3-freya