Sign in
rust
/
rust-lang
/
stdarch
/
refs/heads/commit-d6822f9c4-do-not-delete
/
.
/
crates
/
assert-instr-macro
/
Cargo.toml
blob: eeefca25402887cd4e34c0b620c1e2c116bdea60 [
file
] [
log
] [
blame
]
[
package
]
name
=
"assert-instr-macro"
version
=
"0.1.0"
authors
=
[
"Alex Crichton <alex@alexcrichton.com>"
]
[
lib
]
proc
-
macro
=
true
test
=
false
[
dependencies
]
proc
-
macro2
=
"1.0"
quote
=
"1.0"
syn
=
{
version
=
"1.0"
,
features
=
[
"full"
]
}