Skip to content

Commit

Permalink
Refactor traverser to remove interior mutability (apollographql#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Aug 26, 2021
1 parent d3c95bd commit a4ed5a2
Show file tree
Hide file tree
Showing 20 changed files with 1,361 additions and 1,819 deletions.
44 changes: 44 additions & 0 deletions Cargo.lock

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

11 changes: 11 additions & 0 deletions crates/apollo-json-ext/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[package]
name = "apollo-json-ext"
version = "0.1.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1"
thiserror = "1"
Loading

0 comments on commit a4ed5a2

Please sign in to comment.