From 5d2747e26f51cc2344a6bd95f93457248fdfebd8 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 29 Feb 2024 17:04:28 -0500 Subject: fin prob --- matrix-stdlib/Cargo.toml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 matrix-stdlib/Cargo.toml (limited to 'matrix-stdlib/Cargo.toml') 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" -- cgit v1.2.3-freya