aboutsummaryrefslogtreecommitdiffstats
path: root/feeds/Cargo.toml
blob: f570aec65e252c2ac0975c7a51d42041fbf3f5ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -*- coding: utf-8 -*-

[package]
name = "feeds"
description = "feedreader-rs CGI"
version = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
license = { workspace = true }
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
readme = { workspace = true }
categories = { workspace = true }
keywords = { workspace = true }
publish = false

[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
feedsdb = { workspace = true }
html-escape = { workspace = true }
nix = { workspace = true, features = [ "signal" ] }
multer = { workspace = true, features = [ "tokio-io" ] }
querystrong = { workspace = true }
tokio = { workspace = true, features = [ "rt", "macros", "sync", "fs" ] }

# vim: ts=4 sw=4 expandtab
bues.ch cgit interface