We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eyre
1 parent 32fd0a6 commit 2404b2aCopy full SHA for 2404b2a
Cargo.toml
@@ -6,6 +6,7 @@ edition = "2021"
6
[dependencies]
7
clap = { version = "4.2.1", features = ["derive"] }
8
colored = "2.0.0"
9
+eyre = "0.6.8"
10
reqwest ={version = "0.11.16", features=["blocking", "json"]}
11
serde = {version="1.0.159", features=["derive"]}
12
serde_json = "1.0.95"
0 commit comments