summaryrefslogtreecommitdiff
path: root/matrix-std/Cargo.toml
blob: 476272c91a77938faf687ffcc874ff5a90193d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"