mirror of
https://github.com/openharmony/third_party_rust_proc-macro-error.git
synced 2026-07-18 16:04:30 -04:00
11 lines
266 B
TOML
11 lines
266 B
TOML
[package]
|
|
name = "example"
|
|
version = "0.0.0"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/dtolnay/proc-macro-hack"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
demo-hack = { path = "../demo-hack" } |