mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
15 lines
315 B
TOML
15 lines
315 B
TOML
[package]
|
|
name = "tauri-plugin-cli"
|
|
version = "0.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
|
|
clap = { version = "4", features = ["string"] }
|