From 6e5f5636a3d34d3edd5c901c8b67f6444a116ad5 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 14 Jan 2024 19:06:28 +0100 Subject: Add TUN functionality --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7706d87..23ccf35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,10 @@ sqlx = { version = "0.7", features = [ "runtime-tokio-rustls", "sqlite"]} tokio = { version = "1", features = ["full"] } tower-http = { version = "0.5.0", features = ["fs"] } +futures-core = "0.3" +futures= "0.3" +tun = { version = "0.6", features = ["async"] } + ham-cats = { git = "https://gitlab.scd31.com/cats/ham-cats", rev = "d22f541c9a7e1c3a6c6e9449d87212b060f5edfb" } half = { version = "2" } rf4463 = { git = "https://gitlab.scd31.com/stephen/rf4463-lib", rev = "79c8def87540f8ab2663bfa3c9fb13db344ef84e" } -- cgit v1.2.3