11 lines
320 B
TOML
11 lines
320 B
TOML
[package]
|
|
name = "proc-macro-nested"
|
|
version = "0.1.7"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Support for nested proc-macro-hack invocations"
|
|
repository = "https://github.com/dtolnay/proc-macro-hack"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|