Enable env_logger in the C API (#1737)
This commit ensures that `env_logger` and `RUST_LOG` are configured to work with the C API.
This commit is contained in:
@@ -17,6 +17,7 @@ test = false
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.7"
|
||||
anyhow = "1.0"
|
||||
once_cell = "1.3"
|
||||
wasmtime = { path = "../wasmtime", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user