Skip to content

Commit

Permalink
chore: Include .asn1 file in crate
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed May 14, 2024
1 parent fc6b5e4 commit 8f7c805
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ version = "0.8.0"
rust-version = "1.70"
edition = "2021"

include = ["src/**/*.rs", "data/*", "Cargo.toml", "AUTHORS", "COPYING", "NEWS"]
include = [
"src/**/*.rs",
"src/**/*.asn1",
"data/*",
"Cargo.toml",
"AUTHORS",
"COPYING",
"NEWS",
]

[dependencies]
der = { version = "0.7.7", features = ["std"] }
Expand Down

0 comments on commit 8f7c805

Please sign in to comment.