Skip to content

Commit

Permalink
feat(core): Add feature
Browse files Browse the repository at this point in the history
  • Loading branch information
smart--petea committed Apr 7, 2024
1 parent 3b95306 commit 8cda5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ futures = "0.3"
[features]
default = ["runtime-tokio"]
explain = ["casbin/explain"]
logging = ["casbin/logging"]
logging = ["casbin/logging"]

runtime-tokio = ["casbin/runtime-tokio", "tokio/sync"]
runtime-async-std = ["casbin/runtime-async-std", "async-std/std"]
Expand Down

0 comments on commit 8cda5e2

Please sign in to comment.