Skip to content

Commit 5b76161

Browse files
Merge pull request #3 from Kyle6012/docs-and-packaging-updates
feat: Create documentation and prepare crate for packaging
2 parents b2ed95c + 4f23f75 commit 5b76161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bitflags = "2.0"
2020
core_affinity = { version = "0.8", optional = true }
2121
crossbeam = { version = "0.8", optional = true }
2222
libc = "0.2"
23-
netmap-min-sys = { version = "0.1.0", optional = true } # Assuming netmap-min-sys is published as 0.1.0
23+
netmap-min-sys = { path ='netmap-min-sys', optional = true }
2424
reed-solomon-erasure = { version = "6.0.0", optional = true}
2525
thiserror = "1.0"
2626

0 commit comments

Comments
 (0)