Yujia Qiao 4 лет назад
Родитель
Сommit
b5c9007efe
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

@@ -4,6 +4,9 @@ version = "0.1.0"
 edition = "2021"
 authors = ["Yujia Qiao <code@rapiz.me>"]
 description = "A reverse proxy for NAT traversal"
+license-file = "LICENSE"
+repository = "https://github.com/rapiz1/rathole"
+readme = "README.md"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 [profile.bench]