gardenserver/Cargo.toml

31 lines
525 B
TOML
Raw Normal View History

2020-10-09 21:02:45 +02:00
[package]
name = "gardenserver"
version = "0.3.1-alpha.0"
2020-10-09 21:02:45 +02:00
authors = ["Tomáš Mládek <tmladek@protonmail.ch>"]
edition = "2018"
2020-10-20 19:37:35 +02:00
publish = false
2020-10-09 21:02:45 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.0"
anyhow = "1.0"
env_logger = "0.7.1"
log = "0.4"
actix = "0.10"
actix-files = "0.4"
actix-rt = "1.1"
actix-web = "3.1"
actix_derive = "0.5"
2020-10-09 21:02:45 +02:00
pulldown-cmark = "0.8.0"
tera = "1"
chrono = "0.4"
regex = "1"
2020-10-09 22:45:29 +02:00
linkify = "0.4"
2020-10-09 21:02:45 +02:00
percent-encoding = "2.1.0"