diff --git a/Cargo.toml b/Cargo.toml index 038decc..129230b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ edition = "2018" license = "AGPL-3.0" description = "An extroverted HTTP server that can run behind firewalls" +repository = "https://six-five-six-four.com/git/reactor/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 62c9ba8..00bbe3c 100644 --- a/crates/always_equal/Cargo.toml +++ b/crates/always_equal/Cargo.toml @@ -6,5 +6,6 @@ edition = "2018" license = "AGPL-3.0" description = "A wrapper for types that can't implement Eq" +repository = "https://six-five-six-four.com/git/reactor/ptth" [dependencies] diff --git a/crates/ptth_core/Cargo.toml b/crates/ptth_core/Cargo.toml index 566d6e5..927368c 100644 --- a/crates/ptth_core/Cargo.toml +++ b/crates/ptth_core/Cargo.toml @@ -7,6 +7,7 @@ edition = "2018" license = "AGPL-3.0" description = "Common code for the PTTH relay and server" +repository = "https://six-five-six-four.com/git/reactor/ptth" [dependencies] diff --git a/crates/ptth_quic/Cargo.toml b/crates/ptth_quic/Cargo.toml index 7e43a9f..9bf762a 100644 --- a/crates/ptth_quic/Cargo.toml +++ b/crates/ptth_quic/Cargo.toml @@ -5,6 +5,8 @@ authors = ["Trish"] edition = "2018" license = "AGPL-3.0" +repository = "https://six-five-six-four.com/git/reactor/ptth" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/crates/ptth_quic_client_gui/Cargo.toml b/crates/ptth_quic_client_gui/Cargo.toml index e04bcbd..e295dbc 100644 --- a/crates/ptth_quic_client_gui/Cargo.toml +++ b/crates/ptth_quic_client_gui/Cargo.toml @@ -5,6 +5,8 @@ authors = ["Trish"] edition = "2018" license = "AGPL-3.0" +repository = "https://six-five-six-four.com/git/reactor/ptth" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/crates/ptth_relay/Cargo.toml b/crates/ptth_relay/Cargo.toml index 28dae70..a818640 100644 --- a/crates/ptth_relay/Cargo.toml +++ b/crates/ptth_relay/Cargo.toml @@ -7,6 +7,7 @@ edition = "2018" license = "AGPL-3.0" description = "The PTTH relay" +repository = "https://six-five-six-four.com/git/reactor/ptth" [dependencies] diff --git a/crates/ptth_server/Cargo.toml b/crates/ptth_server/Cargo.toml index 76f61fb..7ffd266 100644 --- a/crates/ptth_server/Cargo.toml +++ b/crates/ptth_server/Cargo.toml @@ -8,6 +8,7 @@ license = "AGPL-3.0" categories = ["command-line-utilities", "web-programming::http-server"] description = "The server for PTTH" +repository = "https://six-five-six-four.com/git/reactor/ptth" documentation = "https://docs.rs/ptth_server/" default-run = "ptth_server" diff --git a/crates/ptth_server_gui/Cargo.toml b/crates/ptth_server_gui/Cargo.toml index 8d210a7..bcff2c2 100644 --- a/crates/ptth_server_gui/Cargo.toml +++ b/crates/ptth_server_gui/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.0" authors = ["Trish"] edition = "2018" +repository = "https://six-five-six-four.com/git/reactor/ptth" + [dependencies] anyhow = "1.0.38" fltk = "1.3.1"