mirror of
https://github.com/tauri-apps/tauri-plugin-shell.git
synced 2026-01-31 00:45:19 +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/6105038807 Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
23 lines
592 B
TOML
23 lines
592 B
TOML
[package]
|
|
name = "tauri-plugin-shell"
|
|
version = "2.0.0-alpha.2"
|
|
description = "Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application."
|
|
edition = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[package.metadata.docs.rs]
|
|
features = [ "tauri/dox" ]
|
|
|
|
[dependencies]
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
tauri = { workspace = true }
|
|
log = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
shared_child = "1"
|
|
regex = "1"
|
|
open = "4"
|
|
encoding_rs = "0.8"
|
|
os_pipe = "1"
|