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.
1 parent 52ff67b commit 60cae37Copy full SHA for 60cae37
tools/agenda-generator/Cargo.toml
@@ -6,9 +6,9 @@ edition = "2018"
6
7
[dependencies]
8
chrono = { version = "0.4", features = ["serde"] }
9
+color-eyre = "0.6"
10
+itertools = "0.12"
11
reqwest = { version = "0.11", features = ["blocking", "json"] }
12
serde = { version = "1.0", features = ["derive"] }
13
serde_json = "1.0"
-itertools = "0.12"
14
structopt = "0.3.21"
-color-eyre = "0.6"
0 commit comments