-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (28 loc) · 750 Bytes
/
Cargo.toml
File metadata and controls
30 lines (28 loc) · 750 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
28
29
30
[package]
name = "riqi"
version = "0.1.8"
edition = "2021"
default-run = "riqi"
[dependencies]
tokio = { version = "1.45.1", features = ["full"] }
chrono = { version = "0.4", features = ["serde", "clock"] }
clap = { version = "4.5.38", features = ["derive"] }
color-eyre = "0.6.4"
crossterm = "0.29.0"
dirs = "6.0.0"
env_logger = "0.11.8"
log = "0.4.27"
ratatui = {version = "0.30.0" , features = ['unstable-widget-ref'] }
regex = "1.11.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sys-locale = "0.3.2"
toml = "0.9.11"
tyme4rs = "1.3.0"
reqwest = { version = "0.13.1", features = ["json"] }
lazy_static = "1.4.0"
include_dir = "0.7"
rand = "0.10.0"
# [[bin]]
# name = "download_meta"
# path = "src/bin/download_meta.rs"