mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
fix(docs): enable tauri/dox feature on docs.rs build (#545)
This commit is contained in:
committed by
GitHub
parent
4ab90f048e
commit
d5a7c77a8d
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user