Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -68,6 +68,9 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
# Crypto primitives (placeholder — actual WireGuard uses boringtun)
# boringtun = "0.6" # uncomment when dictyon data plane begins

# System info
hostname = "0.4"

# Noise protocol
snow = "0.10"
x25519-dalek = { version = "2", features = ["static_secrets"] }
Expand Down
1 change: 1 addition & 0 deletions crates/dictyon/Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,6 +20,7 @@ tracing = { workspace = true }
snow = { workspace = true }
zeroize = { workspace = true }
base64 = { workspace = true }
hostname = { workspace = true }

[dev-dependencies]
proptest = { workspace = true }
Expand Down
Loading
Loading