mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-17 23:51:43 +03:00
14 lines
289 B
Plaintext
14 lines
289 B
Plaintext
|
[package]
|
||
|
name = "tauri-plugin-{{ plugin_name }}"
|
||
|
version = "0.0.0"
|
||
|
authors = [ "You" ]
|
||
|
description = ""
|
||
|
edition = "2018"
|
||
|
exclude = ["/examples", "/webview-dist", "/webview-src", "node_modules"]
|
||
|
|
||
|
[dependencies]
|
||
|
tauri = {{{ tauri_dep }}}
|
||
|
serde = "1.0"
|
||
|
serde_json = "1.0"
|
||
|
thiserror = "1.0"
|