mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +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
14 lines
306 B
TOML
14 lines
306 B
TOML
[package]
|
|
name = "test_random_derive"
|
|
version = "0.2.0"
|
|
authors = ["thojest <thojest@gmail.com>"]
|
|
edition = { workspace = true }
|
|
description = "Procedural derive macros for implementation of TestRandom trait"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = { workspace = true }
|
|
syn = { workspace = true }
|