summaryrefslogtreecommitdiff
path: root/matrix-lang/Cargo.toml
blob: 067f77c1c0db027e40363a9d72fc26f572e45586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "matrix-lang"
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"
num-complex = "0.4"
num-rational = "0.4"
regex = "1"