More cargo fixes
This commit is contained in:
parent
7b39d5c730
commit
48dc68e680
1 changed files with 3 additions and 0 deletions
|
@ -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" ] }
|
||||
|
|
Loading…
Reference in a new issue