Skip to content

Commit

Permalink
feat: [#615] casbin package added
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Jul 3, 2024
1 parent 425550b commit 9895346
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 2 deletions.
175 changes: 173 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ url = { version = "2.5.0", features = ["serde"] }
urlencoding = "2"
uuid = { version = "1", features = ["v4"] }
tracing-subscriber = { version = "0.3.18", features = ["json"] }
casbin = "2.2.0"

[dev-dependencies]
tempfile = "3"
Expand Down

0 comments on commit 9895346

Please sign in to comment.