Skip to content

Commit 1757ac0

Browse files
committed
Redesign rust Authorizer API
1 parent 0ac7e3a commit 1757ac0

3 files changed

Lines changed: 619 additions & 107 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ edition = "2021"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13+
glob-match = "0.2"
1314
libsql = { version = "0.9.30", features = ["encryption"] }
1415
napi = { version = "2", default-features = false, features = ["napi6", "tokio_rt", "async"] }
1516
napi-derive = "2"
1617
once_cell = "1.18.0"
18+
regex = "1"
1719
serde_json = "1.0.140"
1820
tokio = { version = "1.47.1", features = [ "rt-multi-thread" ] }
1921
tracing = "0.1"

0 commit comments

Comments
 (0)