mirror of
https://github.com/tauri-apps/reserved-plugins.git
synced 2026-01-31 00:55:19 +01:00
27 lines
629 B
JSON
27 lines
629 B
JSON
{
|
|
"gitSiteUrl": "https://github.com/tauri-apps/reserved-plugins/",
|
|
"pkgManagers": {
|
|
"rust": {
|
|
"version": true,
|
|
"getPublishedVersion": {
|
|
"use": "fetch:check",
|
|
"options": {
|
|
"url": "https://crates.io/api/v1/crates/${ pkg.pkg }/${ pkg.pkgFile.version }"
|
|
}
|
|
},
|
|
"publish": [
|
|
"cargo publish --no-verify --allow-dirty"
|
|
]
|
|
}
|
|
},
|
|
"packages": {
|
|
"tauri-plugin-core": {
|
|
"path": "./crates/tauri-plugin-core",
|
|
"manager": "rust"
|
|
},
|
|
"tauri-plugin-tauri": {
|
|
"path": "./crates/tauri-plugin-tauri",
|
|
"manager": "rust"
|
|
}
|
|
}
|
|
} |