Skip to content

Commit 3a4bd6d

Browse files
authored
python: Enable logging in shared
Reviewed-on: #417
2 parents da672f0 + fa04f6c commit 3a4bd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lakers-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation = "https://lakers.readthedocs.io/"
1313
pyo3 = { version = "0.28", features = ["extension-module"] }
1414
lakers = { package = "lakers", path = "../lib", default-features = false, features = [ "log" ] }
1515
lakers-ead-authz = { path = "../ead/lakers-ead-authz", features = [ "log" ] }
16-
lakers-shared = { path = "../shared", features = ["python-bindings", "large_buffers"] }
16+
lakers-shared = { path = "../shared", features = ["python-bindings", "large_buffers", "log"] }
1717
lakers-crypto = { path = "../crypto", default-features = false, features = ["rustcrypto"] }
1818
log = "0.4"
1919
pyo3-log = "0.13.0"

0 commit comments

Comments
 (0)