More cargo fixes

feature/v32-tokens
Edward Shen 2021-03-22 19:55:15 -04:00
parent 7b39d5c730
commit 48dc68e680
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ version = "0.1.0"
license = "MIT OR Apache-2.0"
authors = ["Edward Shen <code@eddie.sh>"]
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" ] }