Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit e9c19bd

Browse files
bors[bot]psarna
andauthored
Merge #279
279: sqlc: build a static lib as well r=psarna a=psarna A static library is going to be useful for projects which intend to compile-in libSQL/SQLite statically. Co-authored-by: Piotr Sarna <[email protected]>
2 parents 9c5ea9c + e30d821 commit e9c19bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[lib]
77
name = "sqlc"
8-
crate-type = ["cdylib"]
8+
crate-type = ["cdylib", "staticlib"]
99

1010
[dependencies]
1111
anyhow = "1.0.66"

0 commit comments

Comments
 (0)