Add sqlx json

master
Edward Shen 2021-07-15 02:16:33 -04:00
parent 261427a735
commit 3786827f20
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version = "0.5.0"
license = "GPL-3.0-or-later"
authors = ["Edward Shen <code@eddie.sh>"]
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"