add the futures dep for the afc feature (#48)

This commit is contained in:
Abdullah Al-Banna
2025-12-20 23:30:26 +03:00
committed by GitHub
parent 2a6631f3da
commit 83e43aa3d6

View File

@@ -71,7 +71,7 @@ ring = ["rustls", "rustls/ring", "tokio-rustls/ring"]
rustls = ["dep:rustls", "dep:tokio-rustls"]
openssl = ["dep:openssl", "dep:tokio-openssl"]
afc = ["dep:chrono"]
afc = ["dep:chrono", "dep:futures"]
amfi = []
bt_packet_logger = []
companion_proxy = []