chore: update cargo toml

This commit is contained in:
Zhongheng Liu 2025-01-22 20:53:09 +02:00
commit 3e66414009
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

@ -2,6 +2,10 @@
name = "matrix-rs"
version = "0.1.0"
edition = "2021"
authors = ["Zhongheng Liu <z.liu@outlook.com.gr>"]
homepage = "https://stvnliu.gitlab.io"
license = "MIT"
publish = ["kellnr"]
[lib]
name = "matrix"
path = "src/lib.rs"