Skip to content

Instantly share code, notes, and snippets.

@caibear
caibear / Cargo.toml
Last active May 4, 2024 05:12
bitcode packet packer
[package]
name = "bitcode_packet_packer"
version = "0.1.0"
edition = "2021"
[dependencies]
bitcode = "0.6.0"
rand = "0.8.5"
rand_chacha = "0.3.1"
lz4_flex = { version = "0.11.2", default-features = false }