diff options
Diffstat (limited to 'matrix-lang/Cargo.toml')
-rw-r--r-- | matrix-lang/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/matrix-lang/Cargo.toml b/matrix-lang/Cargo.toml new file mode 100644 index 0000000..067f77c --- /dev/null +++ b/matrix-lang/Cargo.toml @@ -0,0 +1,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" |