[Add] basic Tauri
This commit is contained in:
parent
f23bd4cfef
commit
9904e54914
8 changed files with 261 additions and 55 deletions
|
|
@ -4,8 +4,8 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
ttp-core = { git = "https://git.methanium.net/Tensamin/TTP.git", package = "ttp-core" }
|
||||
ttp-native = { git = "https://git.methanium.net/Tensamin/TTP.git", package = "ttp-native" }
|
||||
ttp-core = { path = "../ttp/core" }
|
||||
ttp-native = { path = "../ttp/native" }
|
||||
|
||||
actix-web = { version = "4.12.1", features = ["rustls-0_23"] }
|
||||
aes-gcm = "*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue