Skip to content

Commit d32f2d9

Browse files
Update Cargo.toml with repo metadata
This changes the documentation URL to go to docs.rs instead of my github pages. It also adds categories, and badges in crates.io.
1 parent 3de12e1 commit d32f2d9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
[package]
22
name = "ftp"
3-
version = "2.1.1"
3+
version = "2.1.2"
44
authors = ["Matt McCoy <[email protected]>"]
5-
documentation = "http://mattnenterprise.github.io/rust-ftp"
5+
documentation = "https://docs.rs/ftp/"
66
repository = "https://github.com/mattnenterprise/rust-ftp"
77
description = "FTP client for Rust"
88
readme = "README.md"
99
license = "Apache-2.0/MIT"
1010
keywords = ["ftp"]
11+
categories = ["network-programming"]
12+
13+
[badges]
14+
travis-ci = { repository = "mattnenterprise/rust-ftp" }
1115

1216
[lib]
1317
name ="ftp"

0 commit comments

Comments
 (0)