Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions fork_choice_control/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[package]
name = 'fork_choice_control'
name = "fork_choice_control"
edition = { workspace = true }
authors = ["Grandine <info@grandine.io>"]

[lints]
workspace = true

[dependencies]
anyhow = { workspace = true }
arc-swap = { workspace = true }
bincode = { workspace = true }
cached = { workspace = true }
clock = { workspace = true }
crossbeam-utils = { workspace = true }
Expand All @@ -28,8 +26,8 @@ itertools = { workspace = true }
logging = { workspace = true }
mime = { workspace = true }
nonzero_ext = { workspace = true }
num-traits = { workspace = true }
num_cpus = { workspace = true }
num-traits = { workspace = true }
panics = { workspace = true }
parking_lot = { workspace = true }
prometheus_metrics = { workspace = true }
Expand All @@ -48,6 +46,7 @@ thiserror = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
transition_functions = { workspace = true }
try_from_iterator = { workspace = true }
tynm = { workspace = true }
typenum = { workspace = true }
types = { workspace = true }
Expand All @@ -67,3 +66,6 @@ unwrap_none = { workspace = true }

[features]
eth2-cache = []

[lints]
workspace = true
Loading