mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
553c87bde0
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
14 lines
329 B
TOML
14 lines
329 B
TOML
[package]
|
|
name = "tauri-plugin-process"
|
|
version = "2.0.0-alpha.1"
|
|
description = "Access the current process of your Tauri application."
|
|
edition = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[package.metadata.docs.rs]
|
|
features = [ "tauri/dox" ]
|
|
|
|
[dependencies]
|
|
tauri = { workspace = true }
|