enregistrement avec serveur

This commit is contained in:
TIBERGHIEN corentin
2025-12-16 22:43:49 +01:00
parent 721d52a028
commit 002a667837
6 changed files with 968 additions and 10 deletions

View File

@@ -9,3 +9,12 @@ tokio = { version = "1", features = ["full"] }
rand = "0.10.0-rc.5"
hex = "0.4.3"
sha2 = "0.10.9"
ecdsa = "0.16.9"
getrandom = "0.3.4"
p256 = "0.13.2"
rand_core = "0.6"
os-rng = "0.0.0"
rand_os = "0.2.2"
http = "1.4.0"
reqwest = "0.12.24"
bytes = "1.11.0"