diff options
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" |