mirror of
https://github.com/tauri-apps/tauri-plugin-process.git
synced 2026-01-31 00:55:17 +01:00
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10620879633 Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
21 lines
554 B
TOML
21 lines
554 B
TOML
[package]
|
|
name = "tauri-plugin-process"
|
|
version = "2.0.0-rc.1"
|
|
description = "Access the current process of your Tauri application."
|
|
edition = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
repository = { workspace = true }
|
|
links = "tauri-plugin-process"
|
|
|
|
[package.metadata.docs.rs]
|
|
rustc-args = [ "--cfg", "docsrs" ]
|
|
rustdoc-args = [ "--cfg", "docsrs" ]
|
|
|
|
[build-dependencies]
|
|
tauri-plugin = { workspace = true, features = [ "build" ] }
|
|
|
|
[dependencies]
|
|
tauri = { workspace = true }
|