Skip to content

Commit

Permalink
test: add test for config module
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Aug 9, 2022
1 parent 08c9aab commit b548e80
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 31 deletions.
112 changes: 110 additions & 2 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 @@ -24,6 +24,7 @@ tokio = { version = "1.7", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_bencode = "^0.2.3"
serde_json = "1.0.72"
serde_with = "2.0.0"
hex = "0.4.3"
percent-encoding = "2.1.0"
binascii = "0.1"
Expand All @@ -48,3 +49,4 @@ futures = "0.3.21"
async-trait = "0.1.52"

aquatic_udp_protocol = "0.2.0"
uuid = { version = "1.1.2", features = ["v4"] }
Loading

0 comments on commit b548e80

Please sign in to comment.