summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/mock-std/library/rustc-std-workspace-alloc/Cargo.toml
blob: 6b86f22ca5ca9f6a393d80abc1e6c86b4ffe99ad (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "rustc-std-workspace-alloc"
version = "1.9.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"

[lib]
path = "lib.rs"

[dependencies]
alloc = { path = "../alloc" }