diff --git a/Cargo.toml b/Cargo.toml index 421d63c..db94078 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" license = "GPL-3.0-or-later" authors = ["Edward Shen "] edition = "2018" -include = ["src/**/*", "db_queries", "LICENSE", "README.md"] +include = ["src/**/*", "db_queries", "LICENSE", "README.md", "sqlx-data.json"] description = "A MangaDex@Home implementation in Rust." repository = "https://github.com/edward-shen/mangadex-home-rs"