Try to make it compile on freebsd (#53)
This commit is contained in:
parent
29c2db1ab4
commit
dde91deeb0
2 changed files with 2 additions and 3 deletions
|
|
@ -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"]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue