فهرست منبع

fix: fix cargo license

Yujia Qiao 4 سال پیش
والد
کامیت
64c2c632e7
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      Cargo.lock
  2. 2 2
      Cargo.toml

+ 1 - 1
Cargo.lock

@@ -579,7 +579,7 @@ dependencies = [
 
 [[package]]
 name = "rathole"
-version = "0.1.0"
+version = "0.1.1"
 dependencies = [
  "anyhow",
  "async-trait",

+ 2 - 2
Cargo.toml

@@ -1,10 +1,10 @@
 [package]
 name = "rathole"
-version = "0.1.0"
+version = "0.1.1"
 edition = "2021"
 authors = ["Yujia Qiao <code@rapiz.me>"]
 description = "A reverse proxy for NAT traversal"
-license-file = "LICENSE"
+license = "Apache-2.0"
 repository = "https://github.com/rapiz1/rathole"
 readme = "README.md"