Files
lighthouse/consensus/int_to_bytes/Cargo.toml
João Oliveira 9b5895ca89 Fix cargo audit RUSTSEC-2024-0336 (#5612)
* replace unmaintained rust_yaml with serde_yml

* update warp
2024-04-22 13:01:06 +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 }
serde_yml = "0.0.4"