From d451616e8591b7b3eda34c00c6b6ca3153454892 Mon Sep 17 00:00:00 2001 From: 1zuna Date: Fri, 18 Oct 2024 17:35:02 +0200 Subject: [PATCH] chore: include repository and keywords --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index eb4e9a1..054358b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,9 @@ version = "0.1.0" edition = "2021" license = "GPL-3.0" license-file = "LICENSE" +repository = "https://github.com/1zun4/zte-cpe-rs/" +categories = ["api-bindings"] +keywords = ["router", "zte", "api", "mf289f"] [dependencies] log = "0.4"