Files
lighthouse/consensus/int_to_bytes/Cargo.toml
Mac L 2d91009ab4 Bump sqlite deps to remove hashlink 0.8 (#8866)
#8547


  Bump the following crates to remove `hashlink 0.8`:
- `rusqlite`
- `r2d2-sqlite`
- `yaml-rust2`


Co-Authored-By: Mac L <mjladson@pm.me>
2026-02-19 19:32:42 +00:00

13 lines
241 B
TOML

[package]
name = "int_to_bytes"
version = "0.2.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = { workspace = true }
[dependencies]
bytes = { workspace = true }
[dev-dependencies]
hex = { workspace = true }
yaml-rust2 = "0.11"