shed/codegen_includer_proc_macro/Cargo.toml (20 lines of code) (raw):
# @generated by autocargo
[package]
name = "codegen_includer_proc_macro"
version = "0.1.0"
authors = ["Facebook <opensource+rust-shed@fb.com>"]
edition = "2021"
description = "Workaround for https://github.com/rust-lang/rfcs/issues/752"
readme = "../../README.md"
repository = "https://github.com/facebookexperimental/rust-shed/"
license = "MIT OR Apache-2.0"
build = "build.rs"
[lib]
test = false
doctest = false
proc-macro = true
[[test]]
name = "tests"
path = "tests/main.rs"
[dependencies]
quote = "1.0"