Skip to content

Commit 030a983

Browse files
committed
fix(sys): remove library type declaration
nginx-sys cannot be used as rlib or as a static library.
1 parent 6b2028f commit 030a983

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nginx-sys/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ license = "Apache-2.0"
1010
keywords = ["nginx", "ffi", "sys"]
1111
build = "build/main.rs"
1212

13-
[lib]
14-
crate-type = ["staticlib", "rlib"]
15-
1613
[dependencies]
1714

1815
[build-dependencies]

0 commit comments

Comments
 (0)