chore(rln): add "staticlib" to crate-type in Cargo.toml (#24)

This commit is contained in:
Richard Ramos 2022-07-25 12:54:13 -04:00 committed by GitHub
parent 42e1743198
commit 7fe9bb4f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ 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] [lib]
crate-type = ["cdylib", "rlib"] crate-type = ["cdylib", "rlib", "staticlib"]
[dependencies] [dependencies]