-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (30 loc) · 980 Bytes
/
Cargo.toml
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
31
32
[package]
name = "cherries-4-prs"
version = "1.0.0"
authors = ["Rebecca Turner <[email protected]>"]
edition = "2021"
description = "u approve my PRs, i give u cherries"
readme = "README.md"
# repository = "https://github.com/9999years/rust-cli-template"
license-file = "LICENSE.md"
keywords = ["github", "bonusly"] # free text
# categories = [] # https://crates.io/category_slugs
# https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
color-eyre = "0.5"
fuzzy-matcher = "0.3"
octocrab = "0.12"
rand = "0.8"
reqwest = { version = "0.11", features = ["json"] }
secrecy = "0.8"
serde_json = "1"
serde = { version = "1", features = ["derive"] }
structopt = "0"
tokio = { version = "1", features = ["full"] }
toml = "0.5"
tracing-subscriber = { version = "0.3", features = ["env-filter", "time"] }
tracing = { version = "0.1", features = ["attributes"] }
[dev-dependencies]
pretty_assertions = "0"
indoc = "1"