Skip to content

Commit 8b5c6ee

Browse files
authored
Merge pull request #250 from Rustmail/248-implement-permissions-system-for-panel
feat(panel): implement permissions system for panel
2 parents de126c8 + 084eafc commit 8b5c6ee

6 files changed

Lines changed: 424 additions & 58 deletions

File tree

Cargo.lock

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustmail/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ serde_json = "1.0.145"
2525
rand = "0.9.2"
2626
base64 = "0.22.1"
2727
subtle = "2.6.1"
28+
moka = { version = "0.12", features = ["future"] }
2829

2930
[dependencies.uuid]
3031
version = "1.18.1"

0 commit comments

Comments
 (0)