-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (23 loc) · 787 Bytes
/
Cargo.toml
File metadata and controls
24 lines (23 loc) · 787 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
[package]
name = "lr"
version = "0.1.0"
edition = "2021"
[dependencies]
bon = "2.1.0"
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.16", features = ["derive", "env"] }
color-eyre = "0.6.3"
comfy-table = "7.1.1"
directories = "5.0.1"
eyre = "0.6.12"
graphql_client = { version = "0.14.0", features = ["reqwest-rustls"] }
reqwest = { version = "0.12.7", features = ["json", "rustls-tls"], default-features = false }
rpassword = "7.3.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_toml = "0.0.1"
strum = { version = "0.26.3", features = ["derive"] }
tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] }
toml = "0.8.19"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }