Skip to content

Commit

Permalink
Merge pull request #101 from OneLiteFeatherNET/97-refactor-backend-pe…
Browse files Browse the repository at this point in the history
…rmissions

97 refactor backend permissions
  • Loading branch information
Randoooom authored Oct 8, 2024
2 parents a43410a + 4816b2a commit ba34111
Show file tree
Hide file tree
Showing 18 changed files with 800 additions and 639 deletions.
155 changes: 49 additions & 106 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ bincode = { version = "1.3.3", optional = true }
bb8 = { version = "0.8.5", optional = true }
cached = { version = "0.53.0", features = ["async", "proc_macro"] }
chrono = { version = "0.4.38", features = ["serde"] }
dashmap = "6.1.0"
derivative = "2.2.0"
envy = "0.4.2"
futures = "0.3.30"
Expand All @@ -27,7 +28,6 @@ kanal = "0.1.0-pre8"
lazy_static = "1.4.0"
log = "0.4.22"
nanoid = "0.4.0"
notify = "6.1.1"
openidconnect = "3.5.0"
opentelemetry = { version = "0.24.0", optional = true }
opentelemetry_sdk = { version = "0.24.0", optional = true, features = [
Expand All @@ -48,6 +48,8 @@ serde_json = "1.0.115"
serde-this-or-that = { git = "https://github.com/Randoooom/serde-this-or-that.git", branch = "feature/bool-signed" }
serde_yaml = "0.9.34"
skytable = { version = "0.8.10", optional = true }
strum = "0.26.3"
strum_macros = "0.26.4"
thiserror = "1.0.58"
tonic = "0.12.0"
tonic-health = "0.12.0"
Expand All @@ -63,6 +65,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
typed-builder = "0.20.0"
validator = { version = "0.18", features = ["derive"] }
version-compare = "0.2.0"
wildcard ="0.2.0"

[dev-dependencies]
criterion = "0.5.1"
Expand Down
Loading

0 comments on commit ba34111

Please sign in to comment.