implement minimal NIF to create and read from a TUN device
This commit is contained in:
parent
72a4f2ff8f
commit
7b4d355d1a
12 changed files with 963 additions and 1 deletions
3
mix.exs
3
mix.exs
|
|
@ -21,7 +21,8 @@ defmodule P2pChat.MixProject do
|
|||
# Run "mix help deps" to learn about dependencies.
|
||||
defp deps do
|
||||
[
|
||||
{ :uuid, "~> 1.1" }
|
||||
{ :uuid, "~> 1.1" },
|
||||
{ :rustler, "~> 0.37.3", runtime: false },
|
||||
# {:quicer, git: "https://github.com/emqx/quic.git", tag: "0.2.4"},
|
||||
# {:dep_from_hexpm, "~> 0.3.0"},
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue