From ba455f2a82c60713fb7301ba0a8b22f8560a76ee Mon Sep 17 00:00:00 2001 From: "sijie.sun" Date: Sat, 23 Mar 2024 23:33:40 +0800 Subject: [PATCH] update package description --- easytier-core/Cargo.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/easytier-core/Cargo.toml b/easytier-core/Cargo.toml index 123e29d..267c494 100644 --- a/easytier-core/Cargo.toml +++ b/easytier-core/Cargo.toml @@ -1,9 +1,16 @@ [package] name = "easytier-core" +description = "A full meshed p2p VPN, connecting all your devices in one network with one command." +homepage = "https://github.com/KKRainbow/EasyTier" +repository = "https://github.com/KKRainbow/EasyTier" version = "0.1.0" edition = "2021" -authors = ["easytier"] +authors = ["kkrainbow"] +keywords = ["vpn", "p2p", "network", "easytier"] +categories = ["network-programming", "command-line-utilities"] rust-version = "1.75" +license-file = "LICENSE" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html