Skip to content

Commit

Permalink
feat: add explain and loging features (#40)
Browse files Browse the repository at this point in the history
* explain features

* feat(core): Add  feature
  • Loading branch information
smart--petea authored Apr 8, 2024
1 parent 85fc997 commit 43e7a56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ futures = "0.3"

[features]
default = ["runtime-tokio"]
explain = ["casbin/explain"]
logging = ["casbin/logging"]

runtime-tokio = ["casbin/runtime-tokio", "tokio/sync"]
runtime-async-std = ["casbin/runtime-async-std", "async-std/std"]
Expand All @@ -37,4 +39,4 @@ lto = true
opt-level = 3

[profile.dev]
split-debuginfo = "unpacked"
split-debuginfo = "unpacked"

0 comments on commit 43e7a56

Please sign in to comment.