fix(afc): pull tokio's rt-multi-thread feature

This commit is contained in:
Jackson Coxson
2026-05-04 09:39:09 -06:00
parent 5171e34e3a
commit a8d05b6022
+1 -1
View File
@@ -85,7 +85,7 @@ ring = ["rustls", "rustls/ring", "tokio-rustls/ring"]
rustls = ["dep:rustls", "dep:tokio-rustls"]
openssl = ["dep:openssl", "dep:tokio-openssl"]
afc = ["dep:chrono", "dep:futures"]
afc = ["dep:chrono", "dep:futures", "tokio/rt-multi-thread"]
amfi = []
bt_packet_logger = []
companion_proxy = []