diff --git a/Cargo.toml b/Cargo.toml index 5399da5..500b8d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,12 +13,12 @@ authors = [ edition = "2021" description = "When you need to FTP, but don't want to. An async, cloud orientated FTP(S) server built on libunftp" repository = "https://github.com/bolcom/unFTP" -homepage = "https://github.com/bolcom/unFTP" +homepage = "https://unftp.rs" license = "Apache-2.0" readme = "README.md" keywords = ["ftp", "ftps", "server", "gcs"] categories = ["network-programming"] -documentation = "https://github.com/bolcom/unFTP" +documentation = "https://unftp.rs/server/" [workspace]