Skip to content

Commit 1308f1c

Browse files
committed
Add a render-readmes script
This script renders the README of every published crate and uploads it to S3.
1 parent 63c3a5f commit 1308f1c

File tree

3 files changed

+375
-23
lines changed

3 files changed

+375
-23
lines changed

Cargo.lock

Lines changed: 44 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ git2 = "0.6.4"
2727
flate2 = "0.2"
2828
semver = "0.5"
2929
url = "1.2.1"
30+
tar = "0.4.13"
3031

3132
postgres = { version = "0.14.0", features = ["with-time", "with-openssl", "with-serde_json", "with-chrono"] }
3233
r2d2 = "0.7.0"

0 commit comments

Comments
 (0)