1
1
mirror of https://github.com/tauri-apps/tauri.git synced 2024-12-21 01:32:03 +03:00
tauri/tooling/cli/templates/plugin/with-api/Cargo.crate-manifest

14 lines
301 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"
thiserror = "1.0"