Skip to content

Commit

Permalink
Merge pull request #57 from torrust/config-tests
Browse files Browse the repository at this point in the history
Add some tests for configuration
  • Loading branch information
josecelano authored Aug 10, 2022
2 parents 08c9aab + d7dfe02 commit 065ca80
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 50 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 065ca80

Please sign in to comment.