Skip to content

Commit

Permalink
feat: [torrust#143] add axum dependency
Browse files Browse the repository at this point in the history
We are going to reimplement the API with Axum.
  • Loading branch information
josecelano committed Jan 2, 2023
1 parent d79f58b commit 901bc34
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 0 deletions.
125 changes: 125 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ async-trait = "0.1"

aquatic_udp_protocol = "0.2"
uuid = { version = "1", features = ["v4"] }
axum = "0.6.1"

[dev-dependencies]
mockall = "0.11"
Expand Down

0 comments on commit 901bc34

Please sign in to comment.