gardenserver/Cargo.toml

31 lines
513 B
TOML

[package]
name = "gardenserver"
version = "0.5.2-alpha.0"
authors = ["Tomáš Mládek <t@mldk.cz>"]
edition = "2018"
publish = false
# 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"
pulldown-cmark = "0.8.0"
tera = "1"
chrono = "0.4"
regex = "1"
linkify = "0.4"
percent-encoding = "2.1.0"