mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
11 lines
274 B
TOML
11 lines
274 B
TOML
[package]
|
|
name = "tauri-plugin-process"
|
|
version = "2.0.0-alpha.0"
|
|
description = "Access the current process of your Tauri application."
|
|
edition = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[dependencies]
|
|
tauri = { workspace = true }
|