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-stdlib/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-stdlib/Cargo.toml')
-rw-r--r-- | matrix-stdlib/Cargo.toml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/matrix-stdlib/Cargo.toml b/matrix-stdlib/Cargo.toml deleted file mode 100644 index 6256cfa..0000000 --- a/matrix-stdlib/Cargo.toml +++ /dev/null @@ -1,13 +0,0 @@ -[package] -name = "matrix-stdlib" -version = "0.1.0" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -anyhow = "1" -matrix = { path = "../matrix" } -matrix-macros = { path = "../matrix-macros" } -os_info = "3" -rand = "0.8" |