mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 13:23:08 +00:00
48ff4165d2
This may help reduce cases of conflicts between independent CLs each appending a dependency at the bottom of the list, of which I hit two today rebasing some of my open CLs. TEST=cargo check --all-features Change-Id: Ief10bb004cc7b44b107dc3841ce36c6b23632aed Reviewed-on: https://chromium-review.googlesource.com/1557172 Commit-Ready: David Tolnay <dtolnay@chromium.org> Tested-by: David Tolnay <dtolnay@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
15 lines
261 B
TOML
15 lines
261 B
TOML
[package]
|
|
name = "poll_token_derive"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
include = ["*.rs", "Cargo.toml"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
path = "poll_token_derive.rs"
|
|
|
|
[dependencies]
|
|
proc-macro2 = "0.4"
|
|
quote = "0.6"
|
|
syn = "0.15"
|