summaryrefslogtreecommitdiffstats
path: root/build/rust/dist-bin/Cargo.toml
blob: 2bdf07690557274702d87572770a5c30e74aa600 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "dist-bin"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"

[lib]
path = "lib.rs"

[build-dependencies]
mozbuild = "0.1"