diff --git a/Cargo.toml b/Cargo.toml index 5f4aa99..c025fe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,6 @@ edition = "2018" license = "AGPL-3.0" description = "An extroverted HTTP server that can run behind firewalls" -repository = "https://github.com/ReactorScram/ptth" readme = "README.md" keywords = ["http", "tunnel", "firewall"] categories = ["command-line-utilities", "web-programming::http-server"] diff --git a/crates/always_equal/Cargo.toml b/crates/always_equal/Cargo.toml index a345303..62c9ba8 100644 --- a/crates/always_equal/Cargo.toml +++ b/crates/always_equal/Cargo.toml @@ -6,6 +6,5 @@ edition = "2018" license = "AGPL-3.0" description = "A wrapper for types that can't implement Eq" -repository = "https://github.com/ReactorScram/ptth" [dependencies] diff --git a/crates/ptth_core/Cargo.toml b/crates/ptth_core/Cargo.toml index f534088..636bc79 100644 --- a/crates/ptth_core/Cargo.toml +++ b/crates/ptth_core/Cargo.toml @@ -7,7 +7,6 @@ edition = "2018" license = "AGPL-3.0" description = "Common code for the PTTH relay and server" -repository = "https://github.com/ReactorScram/ptth" [dependencies] diff --git a/crates/ptth_relay/Cargo.toml b/crates/ptth_relay/Cargo.toml index 37c50f4..69fb829 100644 --- a/crates/ptth_relay/Cargo.toml +++ b/crates/ptth_relay/Cargo.toml @@ -7,7 +7,6 @@ edition = "2018" license = "AGPL-3.0" description = "The PTTH relay" -repository = "https://github.com/ReactorScram/ptth" [dependencies] diff --git a/crates/ptth_server/Cargo.toml b/crates/ptth_server/Cargo.toml index 12eda02..d6deb67 100644 --- a/crates/ptth_server/Cargo.toml +++ b/crates/ptth_server/Cargo.toml @@ -9,7 +9,6 @@ license = "AGPL-3.0" categories = ["command-line-utilities", "web-programming::http-server"] description = "The server for PTTH" documentation = "https://docs.rs/ptth_server/" -repository = "https://github.com/ReactorScram/ptth" default-run = "ptth_server" [dependencies] diff --git a/prototypes/quic_demo/Cargo.toml b/prototypes/quic_demo/Cargo.toml index bbf1615..2aa1f36 100644 --- a/prototypes/quic_demo/Cargo.toml +++ b/prototypes/quic_demo/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "quic_demo" version = "0.1.0" -authors = ["_"] +authors = ["Trish"] edition = "2018" +license = "AGPL-3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html