Skip to content

Commit

Permalink
Use "src/**/*.rs" in Cargo.toml to include sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Sep 30, 2023
1 parent 75e94db commit 446b46b
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,7 @@ include = [
"LICENSE",
"README.md",

"src/calendar.rs",
"src/cert.rs",
"src/der.rs",
"src/end_entity.rs",
"src/error.rs",
"src/name.rs",
"src/name/dns_name.rs",
"src/name/ip_address.rs",
"src/name/verify.rs",
"src/signed_data.rs",
"src/time.rs",
"src/trust_anchor.rs",
"src/verify_cert.rs",
"src/lib.rs",

"src/**/*.rs",
"src/data/**/*",

"tests/dns_name_tests.rs",
Expand Down

0 comments on commit 446b46b

Please sign in to comment.