Skip to content

Commit

Permalink
finalizing graphql parser
Browse files Browse the repository at this point in the history
  • Loading branch information
gersbach committed Jan 2, 2025
1 parent 054198a commit 36ee2a0
Show file tree
Hide file tree
Showing 5 changed files with 275 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 36ee2a0

Please sign in to comment.