Browse Source

Filling Cargo.toml with information.

ZRY 1 year ago
parent
commit
a10d55b3db
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Cargo.toml

+ 6 - 0
Cargo.toml

@@ -2,5 +2,11 @@
 name = "simple-rw-global"
 version = "0.1.0"
 edition = "2021"
+authors = ["ZRY <admin@>z-touhou.org"]
+description = "Simple GlobalContainer based on std::sync::RwLock."
+readme = "README.md"
+repository = "https://git.swzry.com/zry/simple-rw-global"
+homepage = "https://git.swzry.com/zry/simple-rw-global"
+license = "MIT"
 
 [dependencies]