From e4b9a4e4a554f1dc386c6fd3d0587b5831134273 Mon Sep 17 00:00:00 2001 From: Zerthox Date: Tue, 31 Jan 2023 15:30:25 +0100 Subject: [PATCH] Adjust descriptions --- arcdps/Cargo.toml | 2 +- arcdps_codegen/Cargo.toml | 2 +- arcdps_evtc/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arcdps/Cargo.toml b/arcdps/Cargo.toml index 0591977d1a3..0fb640021ef 100644 --- a/arcdps/Cargo.toml +++ b/arcdps/Cargo.toml @@ -3,7 +3,7 @@ name = "arcdps" version = "0.9.1" authors = ["Zerthox", "Greaka"] edition = "2021" -description = "Rust bindings for the Guild Wars 2 DPS-meter." +description = "Rust bindings for ArcDPS plugins" repository = "https://github.com/zerthox/arcdps-bindings" categories = ["api-bindings"] keywords = ["arcdps", "guild-wars-2", "ffi", "addon", "framework"] diff --git a/arcdps_codegen/Cargo.toml b/arcdps_codegen/Cargo.toml index b8aa3000b1c..544db29ab9f 100644 --- a/arcdps_codegen/Cargo.toml +++ b/arcdps_codegen/Cargo.toml @@ -3,7 +3,7 @@ name = "arcdps_codegen" version = "0.9.1" authors = ["Zerthox", "Greaka"] edition = "2021" -description = "Macros to generate code for ArcDPS plugins." +description = "Helper macro to generate code for ArcDPS plugins" repository = "https://github.com/zerthox/arcdps-bindings" [lib] diff --git a/arcdps_evtc/Cargo.toml b/arcdps_evtc/Cargo.toml index 9e6d8786cb8..4964e70a69a 100644 --- a/arcdps_evtc/Cargo.toml +++ b/arcdps_evtc/Cargo.toml @@ -3,7 +3,7 @@ name = "arcdps_evtc" version = "0.1.0" authors = ["Zerthox"] edition = "2021" -description = "Rust bindings for ArcDPS' EVTC API." +description = "Rust bindings for the ArcDPS EVTC API" repository = "https://github.com/zerthox/arcdps-bindings" [dependencies]