bug-status/Cargo.toml

29 строки
575 B
TOML
Исходник Постоянная ссылка Обычный вид История

2020-08-25 23:28:23 +03:00
[package]
name = "bug-status"
version = "0.1.0"
authors = ["Blake Winton <bwinton@latte.ca>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "3.0.0-beta.2"
2020-09-23 01:04:35 +03:00
color-eyre = "0.5"
2021-06-06 21:17:49 +03:00
indicatif = "0.16.1"
lazy_static = "1.4.0"
2021-06-06 21:17:49 +03:00
rayon = "1.5.0"
reqwest = {version="0.11.3", features = ["blocking", "json"] }
2020-08-29 17:56:34 +03:00
serde = "1.0.115"
2020-09-23 01:04:35 +03:00
serde_json = "1.0.57"
[profile.dev.package.backtrace]
2021-06-06 21:17:49 +03:00
opt-level = 3
[[bin]]
name = "printing"
path = "src/printing.rs"
[[bin]]
name = "proton"
path = "src/proton.rs"