Skip to content

Commit

Permalink
Merge pull request #64 from uttarayan21/main
Browse files Browse the repository at this point in the history
Add a `features` section and add libmacchina's openwrt feature to it.
  • Loading branch information
grtcdr authored Apr 7, 2021
2 parents 1727654 + b7f04bd commit 71b16e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ unicode-width = "0.1.8"
lazy_static = "1.4.0"

[target.'cfg(not(target_env = "msvc"))'.dependencies]
jemallocator = "0.3.2"
jemallocator = "0.3.2"

[features]
openwrt = ["libmacchina/openwrt"]

0 comments on commit 71b16e2

Please sign in to comment.