initial commit

This commit is contained in:
2026-02-22 20:58:47 +07:00
parent 89b3037556
commit bf7d50bcef
61 changed files with 3840 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[package]
name = "netrunner-common"
version = "0.1.0"
edition = "2021"
[dependencies]
chacha20poly1305 = "0.10.1"
x25519-dalek = { version = "2.0", features = ["static_secrets"] }
aead = { version = "0.5.2", features = ["bytes"] }
hkdf = "0.12"
hmac = "0.12"
sha2 = "0.10"
anyhow = "1.0"
bytes = "1.5"
log = "0.4"
tokio = "1.49.0"
rand = "0.10.0"
async-trait = "0.1.89"