Skip to content

Commit

Permalink
Use cargo diet to possibly reduce the crate size
Browse files Browse the repository at this point in the history
  • Loading branch information
lrazovic authored and mbrubeck committed Jul 19, 2021
1 parent c9b40a6 commit 9d3ee51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repository = "https://github.com/servo/uluru"
keywords = ["cache", "linkedlist", "array", "no_std"]
categories = ["data-structures", "no-std"]
readme = "README.md"
include = ["src/**/*", "LICENSE", "README.md"]

[dependencies]
arrayvec = { version = "0.7", default-features = false }

0 comments on commit 9d3ee51

Please sign in to comment.