Skip to content

Commit

Permalink
Merge pull request #59 from gersbach/feat/EAS-2525
Browse files Browse the repository at this point in the history
EAS-2525 : Pull in GraphQL permissions
  • Loading branch information
jwong101 authored Jan 3, 2025
2 parents a7ad816 + 882b461 commit 7fa85d2
Show file tree
Hide file tree
Showing 5 changed files with 272 additions and 105 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde_yaml = "0.9.34"
petgraph = "0.6.4"
graphql-parser = "0.4.0"
pretty_assertions = "1.4.0"
indexmap = { version = "2.2.6", features = ["std"] }
regex = "1.10.4"
Expand Down
1 change: 1 addition & 0 deletions crates/fsrt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ tracing-tree.workspace = true
tracing.workspace = true
walkdir.workspace = true
graphql-parser = "0.4.0"
glob = "0.3.2"
Loading

0 comments on commit 7fa85d2

Please sign in to comment.