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.

23 lines
475 B

6 months ago
[package]
name = "mbtiles_server"
version = "0.1.0"
edition = "2021"
5 months ago
[target.x86_64-unknown-linux-musl]
linker = "x86_64-linux-musl-gcc"
# [target.x86_64-unknown-linux-musl]
# linker = "rust-lld"
# rustflags = ["-C", "linker-flavor=ld.lld"]
6 months ago
[dependencies]
actix-cors = "0.7.0"
5 months ago
actix-files = "0.6.5"
6 months ago
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"] }