chore(cargo): convert project to lib

now the project is called libmatrix
This commit is contained in:
Zhongheng Liu 2025-01-22 20:35:06 +02:00
commit 7743b25ecb
Signed by: steven
GPG key ID: 805A28B071DAD84B
4 changed files with 12 additions and 27 deletions

View file

@ -2,5 +2,7 @@
name = "matrix-rs"
version = "0.1.0"
edition = "2021"
[lib]
name = "matrix"
path = "src/lib.rs"
[dependencies]