diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-22 20:53:09 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-22 20:53:09 +0200 |
commit | 3e6641400974051e655914cd80e8328f0fe7979f (patch) | |
tree | ce26afb5789ae8e5a1b1f3bf27afcc4d0520d46a | |
parent | 7743b25ecb7a2236d7598418a4636ef027a95bc0 (diff) | |
download | matrix-rs-3e6641400974051e655914cd80e8328f0fe7979f.tar.gz matrix-rs-3e6641400974051e655914cd80e8328f0fe7979f.tar.bz2 matrix-rs-3e6641400974051e655914cd80e8328f0fe7979f.zip |
chore: update cargo toml
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |