summaryrefslogtreecommitdiff
path: root/matrix-std/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--matrix-std/Cargo.toml (renamed from matrix-stdlib/Cargo.toml)4
1 files changed, 2 insertions, 2 deletions
diff --git a/matrix-stdlib/Cargo.toml b/matrix-std/Cargo.toml
index 6256cfa..476272c 100644
--- a/matrix-stdlib/Cargo.toml
+++ b/matrix-std/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "matrix-stdlib"
+name = "matrix-std"
version = "0.1.0"
edition = "2021"
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
anyhow = "1"
-matrix = { path = "../matrix" }
+matrix-lang = { path = "../matrix-lang" }
matrix-macros = { path = "../matrix-macros" }
os_info = "3"
rand = "0.8"