From d90ffc1c4732163c863b41677790942acdff6641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= Date: Mon, 1 Jan 2024 21:57:14 +0100 Subject: [PATCH] Add info for crates.io to Cargo.toml --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1db0277..d0ba75d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "r621" version = "0.2.0" edition = "2021" +description = "Provides a client to access e621" +homepage = "" +documentation = "" +license = "MIT" +readme = "README.md" +repository = "https://git.doggoat.de/dhalucario/r621" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -16,4 +22,4 @@ url = "2.5.0" tokio = { version = "1", features = ["full"] } [features] -dump = [] \ No newline at end of file +dump = []