-
Notifications
You must be signed in to change notification settings - Fork 18
/
Cargo.toml
36 lines (33 loc) · 866 Bytes
/
Cargo.toml
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
29
30
31
32
33
34
35
36
[package]
name = "russ"
version = "0.5.0"
authors = ["Clark Kampfe <clark.kampfe@gmail.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
atom_syndication = { version = "0.12", default-features = false }
chrono = { version = "0.4", default-features = false, features = [
"clock",
"std",
] }
clap = { version = "4", features = ["derive"] }
copypasta = "0.10"
crossterm = "0.27"
diligent-date-parser = "0.1"
directories = "5"
html2text = "0.12"
html-escape = "0.2.13"
num_cpus = "1.16"
opml = "1.1"
r2d2 = "0.8"
r2d2_sqlite = "0.24"
rss = { version = "2.0", default-features = false }
rusqlite = { version = "0.31", features = ["bundled", "chrono"] }
ratatui = "0.26"
ureq = "2.9"
webbrowser = "1"
wsl = "0.1"
[profile.release]
codegen-units = 1
lto = true