1
1
mirror of https://github.com/tauri-apps/tauri.git synced 2024-12-29 05:51:59 +03:00
tauri/tooling/cli/templates/plugin/with-api/Cargo.crate-manifest
Ngo Iok Ui (Wu Yu Wei) 7eb9aa75cf
Update gtk to 0.16 ()
Co-authored-by: Wu Yu Wei <wusyong9104@gmail.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-01-29 15:08:27 -03:00

14 lines
301 B
Plaintext

[package]
name = "tauri-plugin-{{ plugin_name }}"
version = "0.0.0"
authors = [ "{{ author }}" ]
description = ""
edition = "2021"
rust-version = "1.64"
exclude = ["/examples", "/webview-dist", "/webview-src", "node_modules"]
[dependencies]
tauri = {{{ tauri_dep }}}
serde = "1.0"
thiserror = "1.0"