mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 01:33:11 +01:00
11 lines
379 B
Diff
11 lines
379 B
Diff
diff --git a/vl-convert-python/Cargo.toml b/vl-convert-python/Cargo.toml
|
|
index 3d24fa4..25020db 100644
|
|
--- a/vl-convert-python/Cargo.toml
|
|
+++ b/vl-convert-python/Cargo.toml
|
|
@@ -22,3 +22,5 @@ lazy_static = { workspace = true }
|
|
futures = { workspace = true }
|
|
pythonize = { workspace = true }
|
|
tokio = { workspace = true }
|
|
+
|
|
+libffi = { version = "3.2.0", features = ["system"] }
|