mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 12:51:37 +03:00
21 lines
464 B
TOML
Executable File
21 lines
464 B
TOML
Executable File
[package]
|
|
name = "martin"
|
|
version = "0.1.0"
|
|
authors = ["Stepan Kuzmin <to.stepan.kuzmin@gmail.com>"]
|
|
|
|
[dependencies]
|
|
actix = "0.7"
|
|
actix-web = "0.7"
|
|
env_logger = "0.5"
|
|
futures = "0.1"
|
|
log = "0.4"
|
|
mapbox_expressions_to_sql = "0.1.0"
|
|
num_cpus = "1.8"
|
|
postgres = { version = "0.15", features = ["with-time", "with-uuid", "with-serde_json"] }
|
|
r2d2 = "0.8"
|
|
r2d2_postgres = "0.14"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
serde_yaml = "0.7"
|
|
tilejson = "0.1" |