Skip to content

Commit

Permalink
Adds [lib] configuration for building libraries for mobile (cloudflar…
Browse files Browse the repository at this point in the history
  • Loading branch information
csabol authored Aug 10, 2022
1 parent 309558a commit 29b99af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boringtun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ nix = "0.24.1"
tracing-subscriber = "0.3"
criterion = { version = "0.3.5", features = ["html_reports"] }

[lib]
crate-type = ["staticlib", "cdylib", "rlib"]

[[bench]]
name = "crypto_benches"
harness = false

0 comments on commit 29b99af

Please sign in to comment.