Skip to content

Commit

Permalink
Add tests back
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Aug 31, 2023
1 parent c356503 commit 2baf191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Asynchronous TLS/SSL streams for Tokio using Rustls."
categories = ["asynchronous", "cryptography", "network-programming"]
edition = "2021"
rust-version = "1.63"
exclude = ["/.github", "/examples", "/scripts", "/tests"]
exclude = ["/.github", "/examples", "/scripts"]

[dependencies]
tokio = "1.0"
Expand Down

0 comments on commit 2baf191

Please sign in to comment.