Skip to content

Commit 547e0ae

Browse files
authored
Support access groups (#76)
1 parent 77fccd9 commit 547e0ae

File tree

68 files changed

+20921
-4259
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+20921
-4259
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ server = [
146146
"dep:tracing",
147147
"dep:bcrypt",
148148
"dep:rust-embed",
149+
"dep:parking_lot",
149150
]
150151
client = [
151152
"dep:reqwest",
@@ -224,6 +225,7 @@ sha2 = { workspace = true, optional = true }
224225
tracing = { workspace = true, optional = true }
225226
bcrypt = { workspace = true, optional = true }
226227
rust-embed = { workspace = true, optional = true }
228+
parking_lot = { workspace = true, optional = true }
227229

228230
# Client dependencies (optional)
229231
reqwest = { workspace = true, optional = true }

0 commit comments

Comments
 (0)