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.
27 lines
558 B
27 lines
558 B
[package]
|
|
name = "bread"
|
|
version = "0.1.0"
|
|
authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
markdown = { git = "https://github.com/johannhof/markdown.rs" }
|
|
chrono = "0.4"
|
|
rss = "1.6.1"
|
|
percent-encoding = "1.0.1"
|
|
blake2 = "0.8.0"
|
|
base64 = "0.10.1"
|
|
failure = "0.1.5"
|
|
smart-default = "0.6.0"
|
|
env_logger = "0.7.1"
|
|
log = "0.4.8"
|
|
clap = "2.33.0"
|
|
serde = "1.0.105"
|
|
serde_json = "1.0.48"
|
|
serde_derive = "1.0.105"
|
|
itertools = "0.9.0"
|
|
|
|
[dependencies.image]
|
|
version = "0.21.0"
|
|
default-features = false
|
|
features = ["jpeg","jpeg_rayon"]
|
|
|