mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 08:02:13 +03:00
12 lines
221 B
Plaintext
Executable File
12 lines
221 B
Plaintext
Executable File
[package]
|
|
name = "tauri-plugin-{{ plugin_name }}"
|
|
version = "0.0.0"
|
|
authors = [ "{{ author }}" ]
|
|
description = ""
|
|
edition = "2021"
|
|
rust-version = "1.56"
|
|
exclude = ["/examples"]
|
|
|
|
[dependencies]
|
|
tauri = {{{ tauri_dep }}}
|