mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
19 lines
382 B
TOML
19 lines
382 B
TOML
[package]
|
|
name = "falcon"
|
|
version = "0.1.0"
|
|
authors = ["Stepan Kuzmin <to.stepan.kuzmin@gmail.com>"]
|
|
|
|
[[bin]]
|
|
name = "falcon"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
url = "1.5.1"
|
|
regex = "0.2.2"
|
|
iron = "0.5.1"
|
|
persistent = "0.3.0"
|
|
serde_json = "1.0.3"
|
|
r2d2 = "0.7.4"
|
|
r2d2_postgres = "0.13.0"
|
|
postgres = { version = "0.15.1", features = ["with-serde_json", "with-time", "with-uuid"] }
|