📝 docs: add the new PTTH repo on self-hosted Gitea to all Cargo.toml files
parent
a838d80d38
commit
82cef9cfd6
|
@ -7,6 +7,7 @@ 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://six-five-six-four.com/git/reactor/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,5 +6,6 @@ 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://six-five-six-four.com/git/reactor/ptth"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -7,6 +7,7 @@ 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://six-five-six-four.com/git/reactor/ptth"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,8 @@ authors = ["Trish"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3.0"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -5,6 +5,8 @@ authors = ["Trish"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3.0"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -7,6 +7,7 @@ edition = "2018"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
|
|
||||||
description = "The PTTH relay"
|
description = "The PTTH relay"
|
||||||
|
repository = "https://six-five-six-four.com/git/reactor/ptth"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@ 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"
|
||||||
|
repository = "https://six-five-six-four.com/git/reactor/ptth"
|
||||||
documentation = "https://docs.rs/ptth_server/"
|
documentation = "https://docs.rs/ptth_server/"
|
||||||
default-run = "ptth_server"
|
default-run = "ptth_server"
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,8 @@ version = "0.1.0"
|
||||||
authors = ["Trish"]
|
authors = ["Trish"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
repository = "https://six-five-six-four.com/git/reactor/ptth"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.38"
|
anyhow = "1.0.38"
|
||||||
fltk = "1.3.1"
|
fltk = "1.3.1"
|
||||||
|
|
Loading…
Reference in New Issue