[Fix] incorrect endpoints for ttp

This commit is contained in:
Alois 2026-05-17 22:53:23 +02:00
commit 1229d2edd2
2 changed files with 4 additions and 2 deletions

View file

@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2024"
[dependencies]
ttp-core = { path = "../ttp/core" }
ttp-native = { path = "../ttp/native" }
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" }
actix-web = { version = "4.12.1", features = ["rustls-0_23"] }
aes-gcm = "*"