From 3786827f208e149395439d46d26be66a6c581238 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Thu, 15 Jul 2021 02:16:33 -0400 Subject: [PATCH] Add sqlx json --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"