proc-macro: Timeout for tests

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2024-03-01 20:20:14 +02:00
parent 88ccc54339
commit b6c98c7fa0
6 changed files with 124 additions and 0 deletions
@@ -0,0 +1,21 @@
[package]
name = "integration-tests-proc-macro"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish = false
license.workspace = true
repository.workspace = true
documentation.workspace = true
homepage.workspace = true
description = "Subxt integration tests proc-macros"
[lib]
proc-macro = true
[dependencies]
syn = { workspace = true }
proc-macro2 = { workspace = true }
quote = { workspace = true }