Try to make it compile on freebsd (#53)

This commit is contained in:
Igor Katson 2023-12-12 11:02:19 +00:00 committed by GitHub
parent 29c2db1ab4
commit dde91deeb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -21,7 +21,7 @@ tokio = {version = "1", features = ["macros"]}
futures = "0.3"
url = "2"
async-recursion = "1"
network-interface = "1"
network-interface = { git = 'https://github.com/ikatson/network-interface', branch = "compile-on-freebsd" }
[dev-dependencies]
tokio = {version = "1", features = ["macros", "rt-multi-thread"]}