Hydra local (#594)

* initial commit

* merge fixes

* added sanitizing

* linter

* Improve sign in UI

* simple simple!

* bump version

---------

Co-authored-by: CodexAdrian <83074853+CodexAdrian@users.noreply.github.com>
Co-authored-by: Jai A <jaiagr+gpg@pm.me>
This commit is contained in:
Wyatt Verchere
2023-08-17 17:26:21 -07:00
committed by GitHub
parent 49bfb0637f
commit 6d9d403e7b
29 changed files with 704 additions and 290 deletions

13
Cargo.lock generated
View File

@@ -4609,7 +4609,7 @@ dependencies = [
[[package]]
name = "theseus"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"async-recursion",
"async-tungstenite",
@@ -4646,6 +4646,7 @@ dependencies = [
"tracing-error 0.1.2",
"tracing-subscriber 0.2.25",
"url",
"urlencoding",
"uuid 1.4.0",
"whoami",
"winreg 0.50.0",
@@ -4654,7 +4655,7 @@ dependencies = [
[[package]]
name = "theseus_cli"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"argh",
"color-eyre",
@@ -4681,7 +4682,7 @@ dependencies = [
[[package]]
name = "theseus_gui"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"chrono",
"cocoa",
@@ -5216,6 +5217,12 @@ dependencies = [
"serde",
]
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
[[package]]
name = "utf-8"
version = "0.7.6"