Skip to content

Commit

Permalink
Test fh convert primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-h committed Oct 6, 2023
1 parent 616b7a9 commit 774e180
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 0 deletions.
217 changes: 217 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ tracing-subscriber = { version = "0.3.17", default-features = false, features =
] }
url = { version = "2.4.0", default-features = false, features = ["serde"] }
urlencoding = "2.1.3"

[dev-dependencies]
axum = { version = "0.6.20", features = ["macros"] }
axum-test = "12.5.0"
Loading

0 comments on commit 774e180

Please sign in to comment.