Skip to content

Commit

Permalink
schema inference
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrsd committed Mar 29, 2024
1 parent 59be8a5 commit 7272c6d
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 51 deletions.
82 changes: 82 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde_json = "1.0.115"
serde = { version = "1.0.197", features = ["derive"] }
Loading

0 comments on commit 7272c6d

Please sign in to comment.