feat: build docs.rs documentation for Android (#654)

This commit is contained in:
Lucas Fernandes Nogueira
2023-10-19 17:39:54 +00:00
committed by GitHub
parent 5de23e79f9
commit d1b7c2c1fb
25 changed files with 113 additions and 29 deletions
+7
View File
@@ -8,6 +8,10 @@ edition = { workspace = true }
rust-version = { workspace = true }
links = "tauri-plugin-deep-link"
[package.metadata.docs.rs]
features = [ "dox" ]
targets = [ "x86_64-linux-android" ]
[build-dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
@@ -20,3 +24,6 @@ tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
url = "2"
[features]
dox = [ "tauri/dox" ]