rust/crates/proc-macro-srv/proc-macro-test/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
258 B
TOML
Raw Normal View History

[package]
2022-04-29 09:29:24 -05:00
name = "proc-macro-test"
version = "0.0.0"
publish = false
edition = "2021"
license = "MIT OR Apache-2.0"
[lib]
doctest = false
2021-06-09 10:16:52 -05:00
[build-dependencies]
cargo_metadata = "0.18.1"
# local deps
toolchain.workspace = true
2023-12-15 08:57:27 -06:00
[features]
sysroot-abi = []