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 = []