matrix-basic/Cargo.toml

10 lines
189 B
TOML
Raw Normal View History

2023-05-24 21:46:25 -05:00
[package]
name = "matrix"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-05-24 22:50:52 -05:00
num = "0.4.0"