Skip to content

Commit

Permalink
Merge pull request #10 from replit/dstewart/feat/array-of-tables-support
Browse files Browse the repository at this point in the history
feat/array of tables support
  • Loading branch information
blast-hardcheese authored Jan 3, 2025
2 parents f121f08 + 9fc4d6f commit 040f3d2
Show file tree
Hide file tree
Showing 7 changed files with 402 additions and 253 deletions.
23 changes: 23 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ serde_json = { version = "1.0", features = ["preserve_order"] }
serde = { version = "1.0", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
anyhow = "1.0.58"

[dev-dependencies]
expect-test = "1.5.1"
Loading

0 comments on commit 040f3d2

Please sign in to comment.