Add clamav-sys to cargo workspace

This commit is contained in:
Scott Hutton 2024-01-09 16:34:29 -08:00
parent f00f6404b7
commit 8c7a3ff50a

View file

@ -1,8 +1,6 @@
[workspace]
members = [
"libclamav_rust",
]
members = ["clamav-sys", "libclamav_rust"]
[profile.dev.package."*"]
opt-level = 2