diff --git a/Cargo.toml b/Cargo.toml index dbd728a..4ebc379 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,8 @@ name = "browser-gateway" path = "src/main.rs" [dependencies] -# FGP daemon SDK (local path for development) -fgp-daemon = { path = "../daemon" } +# FGP daemon SDK +fgp-daemon = { git = "https://github.com/fast-gateway-protocol/daemon" } # Chrome DevTools Protocol chromiumoxide = { version = "0.7", default-features = false, features = ["tokio-runtime"] }