📝 remove Github repo from Cargo.tomls. PTTH is no longer on my Github
parent
3a2147d50f
commit
9b60acf0e0
|
@ -7,7 +7,6 @@ edition = "2018"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
|
|
||||||
description = "An extroverted HTTP server that can run behind firewalls"
|
description = "An extroverted HTTP server that can run behind firewalls"
|
||||||
repository = "https://github.com/ReactorScram/ptth"
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["http", "tunnel", "firewall"]
|
keywords = ["http", "tunnel", "firewall"]
|
||||||
categories = ["command-line-utilities", "web-programming::http-server"]
|
categories = ["command-line-utilities", "web-programming::http-server"]
|
||||||
|
|
|
@ -6,6 +6,5 @@ edition = "2018"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
|
|
||||||
description = "A wrapper for types that can't implement Eq"
|
description = "A wrapper for types that can't implement Eq"
|
||||||
repository = "https://github.com/ReactorScram/ptth"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -7,7 +7,6 @@ edition = "2018"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
|
|
||||||
description = "Common code for the PTTH relay and server"
|
description = "Common code for the PTTH relay and server"
|
||||||
repository = "https://github.com/ReactorScram/ptth"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,6 @@ edition = "2018"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
|
|
||||||
description = "The PTTH relay"
|
description = "The PTTH relay"
|
||||||
repository = "https://github.com/ReactorScram/ptth"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@ license = "AGPL-3.0"
|
||||||
categories = ["command-line-utilities", "web-programming::http-server"]
|
categories = ["command-line-utilities", "web-programming::http-server"]
|
||||||
description = "The server for PTTH"
|
description = "The server for PTTH"
|
||||||
documentation = "https://docs.rs/ptth_server/"
|
documentation = "https://docs.rs/ptth_server/"
|
||||||
repository = "https://github.com/ReactorScram/ptth"
|
|
||||||
default-run = "ptth_server"
|
default-run = "ptth_server"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
[package]
|
[package]
|
||||||
name = "quic_demo"
|
name = "quic_demo"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["_"]
|
authors = ["Trish"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
license = "AGPL-3.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue