mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 18:21:45 +00:00
* 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
20 lines
390 B
TOML
20 lines
390 B
TOML
[package]
|
|
name = "graffiti_file"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
authors = ["Sigma Prime <contact@sigmaprime.io>"]
|
|
|
|
[lib]
|
|
name = "graffiti_file"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
bls = { workspace = true }
|
|
serde = { workspace = true }
|
|
slog = { workspace = true }
|
|
types = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
hex = { workspace = true }
|
|
tempfile = { workspace = true }
|