mirror of
https://github.com/vacp2p/zerokit.git
synced 2026-01-09 14:38:01 -05:00
nix: add RLN targets for different platforms
Wanted to be able to build `wakucanary` without having to build `zerokit` manually. Also adds the `release` flag which can be set to `false` for a debug build. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
@@ -9,7 +9,7 @@ homepage = "https://vac.dev"
|
||||
repository = "https://github.com/vacp2p/zerokit"
|
||||
|
||||
[lib]
|
||||
crate-type = ["rlib", "staticlib"]
|
||||
crate-type = ["rlib", "staticlib", "cdylib"]
|
||||
bench = false
|
||||
|
||||
# This flag disable cargo doctests, i.e. testing example code-snippets in documentation
|
||||
|
||||
Reference in New Issue
Block a user