mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-27 11:56:05 +02:00
cf4d7d4e6c
* chore: adjust prettier config, .gitignore and use taplo to format toml files This brings the plugins-workspace repository to the same code style of the main tauri repo * format toml * ignore examples gen dir * add .vscode/extensions.json * remove packageManager field * fmt * fix audit * taplo ignore permissions autogenerated files * remove create dummy dist * fix prettier workflow * install fmt in prettier workflow --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
12 lines
280 B
TOML
12 lines
280 B
TOML
[advisories]
|
|
ignore = [
|
|
# time 0.1
|
|
"RUSTSEC-2020-0071",
|
|
# needs sqlx 0.7 (still in alpha)
|
|
"RUSTSEC-2022-0090",
|
|
# wry needs kuchiki on Android
|
|
"RUSTSEC-2023-0019",
|
|
# atty is only used when the `colored` feature is enabled on tauri-plugin-log
|
|
"RUSTSEC-2021-0145",
|
|
]
|