summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-01-22 20:53:09 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-01-22 20:53:09 +0200
commit3e6641400974051e655914cd80e8328f0fe7979f (patch)
treece26afb5789ae8e5a1b1f3bf27afcc4d0520d46a
parent7743b25ecb7a2236d7598418a4636ef027a95bc0 (diff)
downloadmatrix-rs-3e6641400974051e655914cd80e8328f0fe7979f.tar.gz
matrix-rs-3e6641400974051e655914cd80e8328f0fe7979f.tar.bz2
matrix-rs-3e6641400974051e655914cd80e8328f0fe7979f.zip
chore: update cargo toml
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f943a68..9fad6ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"