aboutsummaryrefslogtreecommitdiffstats
path: root/feedsdb/Cargo.toml
blob: a68a72db1dee2dacc9b83e7a8db84722e7d24959 (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
# -*- coding: utf-8 -*-

[package]
name = "feedsdb"
description = "feedreader-rs database library"
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 }
chrono = { workspace = true }
hex = { workspace = true }
rusqlite = { workspace = true }
sha2 = { workspace = true }
tokio = { workspace = true, features = [ "rt", "macros" ] }

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