mirror of
https://github.com/openharmony/third_party_rust_proc-macro-error.git
synced 2026-07-18 16:04:30 -04:00
19 lines
425 B
TOML
19 lines
425 B
TOML
[package]
|
|
name = "proc-macro-hack-test"
|
|
version = "0.0.0"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Demo of proc-macro-hack"
|
|
repository = "https://github.com/dtolnay/proc-macro-hack"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
proc-macro-hack = "0.5"
|
|
demo-hack-impl = { path = "demo-hack-impl" }
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|