Set up tauri project
This commit is contained in:
parent
c80325ea40
commit
6ac80ab679
39 changed files with 5754 additions and 100 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["gdn", "gdn-cli"]
|
||||
members = ["gdn", "gdn-cli", "gdn-app/src-tauri"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.0.0"
|
||||
|
|
@ -12,6 +12,10 @@ clap = { version = "4.5.26", features = ["derive", "deprecated"] }
|
|||
directories = "6.0.0"
|
||||
gdn = { path = "gdn" }
|
||||
gix = "0.69.1"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde_json = "1.0.137"
|
||||
tauri = { version = "2.2.3", features = [] }
|
||||
tauri-plugin-opener = "2.2.5"
|
||||
|
||||
[workspace.lints]
|
||||
rust.unsafe_code = { level = "forbid", priority = 1 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue