summaryrefslogtreecommitdiff
path: root/matrix-std/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-std/Cargo.toml')
-rw-r--r--matrix-std/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/matrix-std/Cargo.toml b/matrix-std/Cargo.toml
new file mode 100644
index 0000000..476272c
--- /dev/null
+++ b/matrix-std/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "matrix-std"
+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-lang = { path = "../matrix-lang" }
+matrix-macros = { path = "../matrix-macros" }
+os_info = "3"
+rand = "0.8"