2 İşlemeler f790731790 ... 726f326060

Yazar SHA1 Mesaj Tarih
  Michael Buesch 726f326060 Add support for UDP control port 2 hafta önce
  Michael Buesch f790731790 Add support for UDP control port 2 hafta önce
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      letmein-proto/Cargo.toml

+ 1 - 1
letmein-proto/Cargo.toml

@@ -20,6 +20,6 @@ getrandom = { workspace = true }
 hmac = { workspace = true }
 sha3 = { workspace = true }
 subtle = { workspace = true }
-tokio = { workspace = true, features = [ "net", "sync" ] }
+tokio = { workspace = true, features = [ "net", "sync", "macros" ] }
 
 # vim: ts=4 sw=4 expandtab