mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
* #7286 * BeaconAPI is not returning a versioned response when it should for some V1 endpoints * these [strange functions with vX in the name that still accept `endpoint_version` arguments](https://github.com/sigp/lighthouse/blob/stable/beacon_node/http_api/src/produce_block.rs#L192) This refactor is a prerequisite to get the fulu EF tests running.
17 lines
304 B
TOML
17 lines
304 B
TOML
[package]
|
|
name = "context_deserialize_derive"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = { workspace = true }
|
|
syn = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
context_deserialize = { path = "../context_deserialize" }
|
|
serde = { workspace = true }
|
|
serde_json = "1.0"
|