-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (24 loc) · 824 Bytes
/
Cargo.toml
File metadata and controls
26 lines (24 loc) · 824 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
[package]
name = "veryl-discovery"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anstyle = "1.0"
anyhow = "1.0"
clap = {version = "4.5.60", features = ["derive"]}
chrono = {version = "0.4.44", features = ["serde"]}
futures-util = "0.3.32"
http = "1.4"
octocrab = {version = "0.49.5", features = ["stream"]}
plotters = "0.3.7"
reqwest = {version = "0.12.9", features = ["json"]}
secrecy = "0.10.3"
semver = {version = "1.0", features = ["serde"]}
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"
tokio = {version = "1.50.0", features = ["full"]}
url = "2.5"
walkdir = "2.5"
which = "8.0"
zip = "8.2"