mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
10 lines
166 B
Plaintext
Executable File
10 lines
166 B
Plaintext
Executable File
[package]
|
|
name = "tauri-plugin-{{ plugin_name }}"
|
|
version = "0.1.0"
|
|
authors = [ "You" ]
|
|
description = ""
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tauri = {{{ tauri_dep }}}
|