diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 52e19e8eb..4a35725a1 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -20,6 +20,8 @@ path = "src/lib.rs" [features] jvm-callback-support = ["dep:jni"] +log = ["dep:log"] [dependencies] -jni = { version = "0.21", optional = true } \ No newline at end of file +jni = { version = "0.21", optional = true } +log = { version = "0.4", optional = true }