update golgi dependency to use git path

This commit is contained in:
glyph 2022-03-23 14:59:33 +02:00
parent b78fafe84d
commit 4a94f14dc5
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ async-std = "1.10.0"
chrono = "0.4.19"
dirs = "4.0"
fslock="0.1.6"
#golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi" }
golgi = { path = "../../../playground/rust/golgi" }
golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi" }
jsonrpc-client-core = "0.5"
jsonrpc-client-http = "0.5"
jsonrpc-core = "8.0.1"