rust-analyzer/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
291 B
TOML
Raw Normal View History

[package]
2022-04-29 14:29:24 +00: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 15:16:52 +00:00
[build-dependencies]
cargo_metadata = "0.18.1"
# local deps
toolchain = { path = "../../toolchain", version = "0.0.0" }
2023-12-15 14:57:27 +00:00
[features]
sysroot-abi = []