Skip to content

Commit

Permalink
fix readme path
Browse files Browse the repository at this point in the history
  • Loading branch information
hewigovens committed Apr 2, 2024
1 parent 1c2982e commit caca630
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[workspace]
package.version = "0.1.0"
package.edition = "2021"
package.documentation = "https://docs.rs/reqwest_enum"
package.authors = ["Tao Xu <[email protected]>"]
package.readme = "README.md"
package.license = "MIT OR Apache-2.0"
members = ["reqwest-enum", "examples/ethereum-rpc"]

resolver = "2"
Expand Down
8 changes: 4 additions & 4 deletions reqwest-enum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description = "Typed enum HTTP API for reqwest."
keywords = ["request", "enum"]
categories = ["web-programming::http-client"]
repository = "https://github.com/hewigovens/reqwest-enum"
documentation = "https://docs.rs/reqwest_enum"
authors = ["Tao Xu <[email protected]>"]
readme = "README.md"
license = "MIT OR Apache-2.0"
documentation = { workspace = true }
authors = { workspace = true }
readme = { workspace = true }
license = { workspace = true }
version = { workspace = true }
edition = { workspace = true }

Expand Down

0 comments on commit caca630

Please sign in to comment.