diff options
author | Freya Murphy <freya@freyacat.org> | 2024-02-29 17:04:28 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-02-29 17:04:28 -0500 |
commit | 5d2747e26f51cc2344a6bd95f93457248fdfebd8 (patch) | |
tree | 8755b4068166c3854d26817683ce438a771ab319 /matrix-bin/Cargo.toml | |
parent | more mat, sys, and os stdlib functions, better matrix printing, other fixes (diff) | |
download | matrix-5d2747e26f51cc2344a6bd95f93457248fdfebd8.tar.gz matrix-5d2747e26f51cc2344a6bd95f93457248fdfebd8.tar.bz2 matrix-5d2747e26f51cc2344a6bd95f93457248fdfebd8.zip |
fin prob
Diffstat (limited to 'matrix-bin/Cargo.toml')
-rw-r--r-- | matrix-bin/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/matrix-bin/Cargo.toml b/matrix-bin/Cargo.toml index bdb8fb8..10c537e 100644 --- a/matrix-bin/Cargo.toml +++ b/matrix-bin/Cargo.toml @@ -10,6 +10,6 @@ path = "src/main.rs" [dependencies] clap = { version = "4", features = [ "derive" ] } ctrlc = "3" -matrix = { path = "../matrix" } -matrix-stdlib = { path = "../matrix-stdlib" } +matrix-lang = { path = "../matrix-lang" } +matrix-std = { path = "../matrix-std" } rustyline = { version = "13", features = [ "derive" ] } |