Skip to content

Commit

Permalink
Add repository in Cargo.toml (#242)
Browse files Browse the repository at this point in the history
Adding the repository in the Cargo.toml file will give greater
accessability to this Crate's source code to its users.

Closes #235
  • Loading branch information
Riceman2000 authored Jan 26, 2025
1 parent bea21a7 commit 041f8c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "cloudflare"
version = "0.12.0"
authors = ["Noah Kennedy <[email protected]>", "Jeff Hiner <[email protected]>"]
repository = "https://github.com/cloudflare/cloudflare-rs"
edition = "2018"
description = "Rust library for the Cloudflare v4 API"
keywords = ["cloudflare", "api", "client"]
Expand Down

0 comments on commit 041f8c9

Please sign in to comment.