diff options
Diffstat (limited to 'matrix-bin/Cargo.toml')
-rw-r--r-- | matrix-bin/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |