summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"