fix(docs): enable tauri/dox feature on docs.rs build (#545)

This commit is contained in:
Lucas Fernandes Nogueira
2023-08-10 06:23:27 -07:00
committed by GitHub
parent 4ab90f048e
commit d5a7c77a8d
28 changed files with 111 additions and 2 deletions
+3
View File
@@ -7,6 +7,9 @@ authors = { workspace = true }
license = { workspace = true }
links = "tauri-plugin-notification"
[package.metadata.docs.rs]
features = [ "tauri/dox" ]
[build-dependencies]
tauri-build = { workspace = true }