mirror of
https://github.com/faas-rs/faasd-in-rust.git
synced 2025-06-25 16:23:32 +00:00
feat(proxy): invoke functions logic(#22)
* fix:move trait IAMHandler to types/ * feat:enable to resolve request and to set proxy for request
This commit is contained in:
@ -29,4 +29,5 @@ cni = { path = "../cni" }
|
||||
async-trait = "0.1"
|
||||
lazy_static = "1.4.0"
|
||||
log = "0.4"
|
||||
my-workspace-hack = { version = "0.1", path = "../my-workspace-hack" }
|
||||
my-workspace-hack = { version = "0.1", path = "../my-workspace-hack" }
|
||||
url = "2.4"
|
Reference in New Issue
Block a user