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" ] }