matrix-rs/Cargo.toml
Zhongheng Liu 7743b25ecb
chore(cargo): convert project to lib
now the project is called libmatrix
2025-01-22 20:35:06 +02:00

8 lines
121 B
TOML

[package]
name = "matrix-rs"
version = "0.1.0"
edition = "2021"
[lib]
name = "matrix"
path = "src/lib.rs"
[dependencies]