Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
compiler
/
rustc_index_macros
/
Cargo.toml
blob: 07ee81788ce46151cb2c393e9a0d67fcb239023b [
file
] [
log
] [
blame
] [
edit
]
[
package
]
name
=
"rustc_index_macros"
version
=
"0.0.0"
edition
=
"2021"
[
lib
]
proc
-
macro
=
true
[
dependencies
]
syn
=
{
version
=
"2.0.9"
,
features
=
[
"full"
]
}
proc
-
macro2
=
"1"
quote
=
"1"
[
features
]
default
=
[
"nightly"
]
nightly
=
[]