make docs.rs build with all features

This commit is contained in:
Radical 2025-06-25 14:08:27 +02:00
parent ce50afa635
commit 8412489373

View file

@ -34,3 +34,6 @@ serde = { version = "1.0.219", features = ["derive"] }
thiserror = "2.0.12"
tokio = "1.45.1"
url = { version = "2.5.4", features = ["serde"] }
[package.metadata.docs.rs]
all-features = true