Move ids from gdn-app to gdn
This commit is contained in:
parent
4d71e49752
commit
3855d86730
9 changed files with 13 additions and 8 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1453,13 +1453,15 @@ name = "gdn"
|
|||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"directories",
|
||||
"rand 0.9.0",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "gdn-app"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"rand 0.9.0",
|
||||
"gdn",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tauri",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue