From 3e6641400974051e655914cd80e8328f0fe7979f Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Wed, 22 Jan 2025 20:53:09 +0200 Subject: [PATCH] chore: update cargo toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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 "] +homepage = "https://stvnliu.gitlab.io" +license = "MIT" +publish = ["kellnr"] [lib] name = "matrix" path = "src/lib.rs"