-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (26 loc) · 713 Bytes
/
Cargo.toml
File metadata and controls
28 lines (26 loc) · 713 Bytes
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
[package]
name = "wstui"
version = "0.1.0"
edition = "2024"
[dependencies]
notify-rust = "4"
log = "0.4"
whatsrust = { path = "whatsrust" }
clap = { version = "4.5", features = ["derive"] }
textwrap = "0.16.2"
chrono = "0.4.43"
image = "0.25.9"
rusqlite = { version = "0.34.0", features = ["bundled"] }
ratatui = "0.30.0"
ratatui-image = "10.0.6"
strum = { version = "0.27", features = ["derive"] }
ratatui-textarea = "0.8.0"
tui-logger = "0.18.1"
qr2term = "0.3.3"
rfd = "0.17.2"
open = "5.3.3"
tempfile = "3.26.0"
directories = "6.0.0"
arboard = { version = "3.6.1", features = ["wayland-data-control"] }
edit = "0.1.5"
# simple_logger = { version = "5.2.0", default-features = false, features = ["stderr"] }