mirror of
https://github.com/tauri-apps/tauri-plugin-shell.git
synced 2026-01-31 00:45:19 +01:00
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5014287143 Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
18 lines
392 B
TOML
18 lines
392 B
TOML
[package]
|
|
name = "tauri-plugin-shell"
|
|
version = "1.0.0"
|
|
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" |