chore(cargo): convert project to lib
now the project is called libmatrix
This commit is contained in:
parent
fcf4d05b8a
commit
7743b25ecb
4 changed files with 12 additions and 27 deletions
|
|
@ -2,5 +2,7 @@
|
|||
name = "matrix-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
name = "matrix"
|
||||
path = "src/lib.rs"
|
||||
[dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue