diff --git a/Cargo.toml b/Cargo.toml index 6d5cb04..1d0a344 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,3 +23,5 @@ camino = "1.0.5" embedded-fs = ["rust-embed"] export-test-macros = [] +[package.metadata.docs.rs] +features = ["embedded-fs"]