summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/backend/data/rust-programs/code/Cargo.toml
blob: e0d400e0702bd22adbe7a94c5b1aedeeff9831bb (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 = "target"

[[bin]]
name = "host"