mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
20 lines
537 B
TOML
20 lines
537 B
TOML
[package]
|
|
name = "tauri-plugin-shell"
|
|
version = "2.0.0-alpha.0"
|
|
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 }
|
|
|
|
[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"
|