mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-25 11:43:06 +03:00
d5d6d2abc1
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com> Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
15 lines
320 B
Plaintext
15 lines
320 B
Plaintext
[package]
|
|
name = "tauri-plugin-{{ plugin_name }}"
|
|
version = "0.0.0"
|
|
authors = [ "{{ author }}" ]
|
|
description = ""
|
|
edition = "2021"
|
|
rust-version = "1.57"
|
|
exclude = ["/examples", "/webview-dist", "/webview-src", "node_modules"]
|
|
|
|
[dependencies]
|
|
tauri = {{{ tauri_dep }}}
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
thiserror = "1.0"
|