2 Commits f790731790 ... 726f326060

Author SHA1 Message Date
  Michael Buesch 726f326060 Add support for UDP control port 1 week ago
  Michael Buesch f790731790 Add support for UDP control port 1 week ago
1 changed files with 1 additions and 1 deletions
  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