diff --git a/Cargo.toml b/Cargo.toml index 17249d8..3616597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ bitflags = "2.0" core_affinity = { version = "0.8", optional = true } crossbeam = { version = "0.8", optional = true } libc = "0.2" -netmap-min-sys = { version = "0.1.0", optional = true } # Assuming netmap-min-sys is published as 0.1.0 +netmap-min-sys = { path ='netmap-min-sys', optional = true } reed-solomon-erasure = { version = "6.0.0", optional = true} thiserror = "1.0"