You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pastebucket/Cargo.toml

28 lines
516 B

[package]
name = "pastebucket"
version = "0.7.2"
authors = ["rasul <rascul3@gmail.com>"]
edition = "2018"
[dependencies]
askama = "0.9"
chrono = { version = "0.4", features = ["serde"] }
colored = "1.9"
fern = { version = "0.5", features = ["colored"] }
futures = "0.1"
getopts = "0.2"
gotham = "0.4"
gotham_derive = "0.4"
harsh = "0.1.6"
hyper = "0.12"
lazy_static = "1.4"
log = "0.4"
mime = "0.3"
pulldown-cmark = "0.6"
serde = "1.0"
serde_derive = "1.0"
syntect = "3.3"
tempfile = "3.1"
toml = "0.5"
url = "1.6"