You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
279 B

6 months ago
[package]
name = "mbtiles_server"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-cors = "0.7.0"
actix-web = "4.5.1"
dotenvy = "0.15.7"
env_logger = "0.11.3"
log = "0.4.21"
r2d2 = "0.8.10"
r2d2_sqlite = "0.24.0"
rusqlite = { version = "0.31.0", features = ["bundled"] }