From 48dc68e68090e3009fe2af2d4ddfa9abb3d55239 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Mon, 22 Mar 2021 19:55:15 -0400 Subject: [PATCH] More cargo fixes --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8af2a7f..86dd942 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" license = "MIT OR Apache-2.0" authors = ["Edward Shen "] edition = "2018" +include = ["src/**/*", "LICENSE-*", "README.md"] +description = "A MangaDex@Home implementation in Rust" +repository = "https://github.com/edward-shen/mangadex-home-rs" [dependencies] actix-web = { version = "4.0.0-beta.4", features = [ "rustls" ] }