Checkpoint

This commit is contained in:
2026-08-02 18:30:34 +00:00
parent 596af4ed80
commit 6c33bcfb27
41 changed files with 6360 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "nye-wire-protocol"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = { version = "1.0.104", features = ["backtrace"] }
bitcode = "0.6.9"
papaya = "0.2.4"
rustix = { version = "1.1.4", features = ["linux_latest", "net", "system"] }
tokio = { version = "1.53.1", features = ["io-util", "net"] }
tracing = { version = "0.1.44", features = ["async-await"] }