Skip to content

Commit 041f8c9

Browse files
authored
Add repository in Cargo.toml (#242)
Adding the repository in the Cargo.toml file will give greater accessability to this Crate's source code to its users. Closes #235
1 parent bea21a7 commit 041f8c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloudflare/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "cloudflare"
33
version = "0.12.0"
44
authors = ["Noah Kennedy <nkennedy@cloudflare.com>", "Jeff Hiner <jhiner@cloudflare.com>"]
5+
repository = "https://github.com/cloudflare/cloudflare-rs"
56
edition = "2018"
67
description = "Rust library for the Cloudflare v4 API"
78
keywords = ["cloudflare", "api", "client"]

0 commit comments

Comments
 (0)