Files
lighthouse/consensus/int_to_bytes/Cargo.toml
Mac L b2b1faad4e Enforce alphabetically ordered cargo deps (#6678)
* Enforce alphabetically ordered cargo deps

* Fix test-suite

* Another CI fix

* Merge branch 'unstable' into cargo-sort

* Fix conflicts

* Merge remote-tracking branch 'origin/unstable' into cargo-sort
2024-12-19 05:46:03 +00:00

13 lines
240 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.8"