mirror of
https://github.com/faas-rs/faasd-in-rust.git
synced 2025-06-28 09:43:30 +00:00
fix(log):replace all println! with log
This commit is contained in:
@ -12,3 +12,5 @@ serde_json = "1.0"
|
||||
my-workspace-hack = { version = "0.1", path = "../my-workspace-hack" }
|
||||
provider = { path = "../provider" }
|
||||
dotenv = "0.15"
|
||||
env_logger = "0.10"
|
||||
log = "0.4.27"
|
||||
|
Reference in New Issue
Block a user