summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/rust-program-nonexistent-name/Cargo.toml
blob: e5ea7b26a69843db1d4cd26e7b852832166efd5b (plain)
1
2
3
4
5
6
7
8
9
10
[package]
authors = ["The Mozilla Project Developers"]
name = "testing"
version = "0.0.1"

[[bin]]
name = "some"

[dependencies]
mozilla-central-workspace-hack = { version = "0.1", features = ["testing"], optional = true }