pastebin/Cargo.toml

20 lines
504 B
TOML
Raw Normal View History

2019-03-02 16:35:05 +00:00
[package]
name = "pastebinrun"
version = "0.1.0"
authors = ["Konrad Borowski <konrad@borowski.pw>"]
edition = "2018"
2019-03-02 16:42:26 +00:00
license = "AGPL-3.0-or-later"
2019-03-02 16:35:05 +00:00
[dependencies]
actix-diesel = "0.3.0"
actix-web = "0.7.10"
2019-03-07 08:58:56 +00:00
ammonia = "2.0.0"
2019-03-02 16:35:05 +00:00
askama = { version = "0.8.0", features = ["with-actix-web"] }
2019-03-03 11:07:42 +00:00
chrono = "0.4.6"
diesel = { version = "1.4.1", features = ["chrono", "postgres"] }
2019-03-02 16:35:05 +00:00
env_logger = "0.6.0"
futures = "0.1.25"
2019-03-07 08:58:56 +00:00
pulldown-cmark = "0.2.0"
2019-03-02 16:35:05 +00:00
rand = "0.6.5"
serde = { version = "1.0.88", features = ["derive"] }