martin/Cargo.toml

18 lines
342 B
TOML
Raw Normal View History

2017-09-30 13:55:44 +03:00
[package]
name = "falcon"
version = "0.1.0"
authors = ["Stepan Kuzmin <to.stepan.kuzmin@gmail.com>"]
2017-10-09 14:29:03 +03:00
[[bin]]
name = "falcon"
path = "src/main.rs"
2017-09-30 13:55:44 +03:00
[dependencies]
2017-11-12 17:51:58 +03:00
url = "1.6.0"
2017-10-09 14:29:03 +03:00
regex = "0.2.2"
2017-11-21 15:00:31 +03:00
iron = "0.6.0"
persistent = "0.4.0"
2017-10-09 14:29:03 +03:00
r2d2 = "0.7.4"
r2d2_postgres = "0.13.0"
2017-11-16 21:14:38 +03:00
postgres = { version = "0.15.1", features = ["with-time", "with-uuid"] }