Skip to content

Commit

Permalink
fix: add readme to crates.io and delay
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeswenson committed Sep 18, 2021
1 parent b79f459 commit dcdd795
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ jobs:
- name: Cargo Publish
run: |
(cd retroqwest-derive && cargo publish --token "${{secrets.crates_token}}")
echo "Giving crates.io sometime..."
sleep 4
cargo publish --token "${{secrets.crates_token}}"
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2018"
description = "A reqwest REST client generator."
repository = "https://github.com/jakeswenson/retroqwest"
license = "MIT"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions retroqwest-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2018"
description = "A reqwest REST client generator."
repository = "https://github.com/jakeswenson/retroqwest"
license = "MIT"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
9 changes: 9 additions & 0 deletions retroqwest-derive/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# retroqwest-derive

[Retrofit]: https://square.github.io/retrofit/
[Refit]: https://github.com/reactiveui/refit

A Rust proc-macro attribute HTTP Client generator from a trait.
Inspired by [Retrofit] and [Refit] to bring something like them to rust.

See [retroqwest](https://crates.io/crates/retroqwest) for example usage.

0 comments on commit dcdd795

Please # to comment.