Skip to content

Commit f622d82

Browse files
committed
adds bluejay code
1 parent ea69ba9 commit f622d82

File tree

4 files changed

+612
-2
lines changed

4 files changed

+612
-2
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ rust-embed = "8.5.0"
3434
rmp-serde = "1.3"
3535
is-terminal = "0.4.13"
3636
wasmprof = "0.7.0"
37+
bluejay-parser = { git = "https://github.com/Shopify/bluejay.git", rev = "c7e7c2bfb73c7b4869aa8569c15cd3c4eb48b8bf", features = ["format-errors"] }
38+
bluejay-core = { git = "https://github.com/Shopify/bluejay.git", rev = "c7e7c2bfb73c7b4869aa8569c15cd3c4eb48b8bf" }
39+
bluejay-validator = { git = "https://github.com/Shopify/bluejay.git", rev = "c7e7c2bfb73c7b4869aa8569c15cd3c4eb48b8bf" }
3740

3841
[dev-dependencies]
3942
assert_cmd = "2.0"

0 commit comments

Comments
 (0)