mirror of
https://github.com/logos-storage/circom-compat-ffi.git
synced 2026-01-04 05:43:11 +00:00
make a static lib
This commit is contained in:
parent
39f4f68433
commit
451a0fde90
@ -4,6 +4,12 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
[lib]
|
||||||
|
crate-type = [
|
||||||
|
"staticlib", # Ensure it gets compiled as a (static) C library
|
||||||
|
# "cdylib", # If you want a shared/dynamic C library (advanced)
|
||||||
|
"lib", # For downstream Rust dependents: `examples/`, `tests/` etc.
|
||||||
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user