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

Commit e30d821

Browse files
committed
sqlc: build a static lib as well
A static library is going to be useful for projects which intend to compile-in libSQL/SQLite statically.
1 parent 9c5ea9c commit e30d821

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)