Skip to content

Commit

Permalink
Add multiple build types for 'mithril-core'
Browse files Browse the repository at this point in the history
Add .so and .a compilations artifacts for the library.
  • Loading branch information
jpraynaud committed Nov 23, 2022
1 parent 26048ec commit 7a7b364
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mithril-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

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

[dependencies]
blake2 = "0.10.4"
blst = { version = "0.3.10" }
Expand Down

0 comments on commit 7a7b364

Please sign in to comment.