We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de12e1 commit d32f2d9Copy full SHA for d32f2d9
Cargo.toml
@@ -1,13 +1,17 @@
1
[package]
2
name = "ftp"
3
-version = "2.1.1"
+version = "2.1.2"
4
authors = ["Matt McCoy <[email protected]>"]
5
-documentation = "http://mattnenterprise.github.io/rust-ftp"
+documentation = "https://docs.rs/ftp/"
6
repository = "https://github.com/mattnenterprise/rust-ftp"
7
description = "FTP client for Rust"
8
readme = "README.md"
9
license = "Apache-2.0/MIT"
10
keywords = ["ftp"]
11
+categories = ["network-programming"]
12
+
13
+[badges]
14
+travis-ci = { repository = "mattnenterprise/rust-ftp" }
15
16
[lib]
17
name ="ftp"
0 commit comments