diff --git a/Cargo.lock b/Cargo.lock index 1b684a3..53aabea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1123,6 +1123,24 @@ dependencies = [ "sha2", ] +[[package]] +name = "golgi" +version = "0.1.1" +source = "git+https://git.coopcloud.tech/golgi-ssb/golgi.git#77dd75bcd4649b7487069a61e2a8069b49f60a1d" +dependencies = [ + "async-std", + "async-stream 0.3.2", + "base64 0.13.0", + "futures 0.3.21", + "hex", + "kuska-handshake", + "kuska-sodiumoxide", + "kuska-ssb", + "serde 1.0.136", + "serde_json", + "sha2", +] + [[package]] name = "gpio-cdev" version = "0.2.0" @@ -2424,7 +2442,7 @@ dependencies = [ "chrono", "dirs 4.0.0", "fslock", - "golgi", + "golgi 0.1.1", "jsonrpc-client-core", "jsonrpc-client-http", "jsonrpc-core 8.0.1", @@ -2516,7 +2534,7 @@ dependencies = [ "dirs 4.0.0", "env_logger 0.8.4", "futures 0.3.21", - "golgi", + "golgi 0.1.1 (git+https://git.coopcloud.tech/golgi-ssb/golgi.git)", "lazy_static", "log 0.4.14", "maud", diff --git a/peach-web/Cargo.toml b/peach-web/Cargo.toml index a4aa206..5902770 100644 --- a/peach-web/Cargo.toml +++ b/peach-web/Cargo.toml @@ -36,17 +36,17 @@ maintenance = { status = "actively-developed" } [dependencies] async-std = "1.10" -base64 = "0.13.0" -dirs = "4.0.0" +base64 = "0.13" +dirs = "4.0" env_logger = "0.8" futures = "0.3" -golgi = { path = "/home/glyph/Projects/playground/rust/golgi" } -lazy_static = "1.4.0" +golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi.git" } +lazy_static = "1.4" log = "0.4" -maud = "0.23.0" +maud = "0.23" peach-lib = { path = "../peach-lib" } peach-network = { path = "../peach-network" } peach-stats = { path = "../peach-stats" } -rouille = { version = "3.5.0", default-features = false } -temporary = "0.6.4" -xdg = "2.2.0" +rouille = { version = "3.5", default-features = false } +temporary = "0.6" +xdg = "2.2"