Sign in
rust
/
cargo
/
refs/heads/rust-1.41.0
/
.
/
tests
/
testsuite
/
mock-std
/
src
/
liballoc
/
Cargo.toml
blob: 230346736657d9da29654fc593ed4728267caaf8 [
file
] [
log
] [
blame
] [
edit
]
[
package
]
name
=
"alloc"
version
=
"0.1.0"
authors
=
[
"Alex Crichton <alex@alexcrichton.com>"
]
edition
=
"2018"
[
lib
]
path
=
"lib.rs"
[
dependencies
]
registry
-
dep
-
using
-
core
=
{
version
=
"*"
,
features
=
[
'mockbuild'
]
}