mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-23 19:32:29 +02:00
feat(cli): add plugin (#304)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "tauri-plugin-cli"
|
||||
version = "0.1.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"] }
|
||||
Reference in New Issue
Block a user