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
+4 -1
View File
@@ -6,6 +6,9 @@ authors = { workspace = true }
license = { workspace = true }
links = "tauri-plugin-{{name}}"
[package.metadata.docs.rs]
features = [ "tauri/dox" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
@@ -16,4 +19,4 @@ serde = { workspace = true }
serde_json = { workspace = true }
tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
thiserror = { workspace = true }