mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +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
@@ -8,7 +8,7 @@ edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = [ "sqlite" ]
|
||||
features = [ "dox", "sqlite" ]
|
||||
|
||||
[dependencies]
|
||||
serde = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user