Skip to content

Commit

Permalink
Don't include images in crate
Browse files Browse the repository at this point in the history
The photo is large
  • Loading branch information
mkj committed Jan 19, 2024
1 parent 66d8c3f commit 59c7810
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ repository = "https://github.com/mkj/caprand"
authors = ["Matt Johnston <matt@ucc.asn.au>"]
categories = ["embedded", "cryptography"]
keywords = ["rp2040", "rng", "getrandom"]
# avoid images
exclude = [
"docs/*",
]

[dependencies]
cortex-m = "0.7"
Expand Down

0 comments on commit 59c7810

Please sign in to comment.