Skip to content

Commit

Permalink
add struct layout for v5 api outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 23, 2024
1 parent 6743dbe commit 6f0cb16
Show file tree
Hide file tree
Showing 5 changed files with 498 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ once_cell = "^1.2"
serde = { version = "^1.0", features = ["derive", "rc"] }
serde_json = { version = "^1", features = ["preserve_order"] }
tokio = { version = "1", features = ["full"] }
hex = "0.4.3"

[dev-dependencies]
sqlx = { version = "0.8", features = [ "runtime-tokio", "tls-native-tls", "sqlite", "migrate", "macros", "derive", "postgres"] }
Expand Down
Loading

0 comments on commit 6f0cb16

Please sign in to comment.