From 5d05eebd8927974ba987c0cde88b6781c20d77da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= <10533763+dhalucario@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:44:30 +0100 Subject: [PATCH] Set homepage to api and set description --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12a37af..8f9d0c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "rustyfox" +description = "A client for https://furaffinity-api.herokuapp.com" version = "0.1.0" edition = "2021" repository = "https://git.doggoat.de/dhalucario/rustyfox.git" -homepage = "https://git.doggoat.de/dhalucario/rustyfox.git" +homepage = "https://furaffinity-api.herokuapp.com" license = "MIT" [dependencies]