libnixide_sys.so is unnecessary

This commit is contained in:
do butterflies cry? 2026-04-10 10:13:04 +10:00
parent 50aec26a39
commit c96289e688
Signed by: cry
GPG key ID: F68745A836CA0412

View file

@ -15,6 +15,7 @@ targets = [ "x86_64-unknown-linux-gnu" ]
[lib]
path = "src/lib.rs"
# crate-type = ["dylib"] # build libnixide_sys.so
# NOTE: `[features]` have a 1-1 correspondence to the
# NOTE: shared libraries produced by the Nix C API.