summaryrefslogtreecommitdiff
path: root/test cases/rust/7 cargo module/staticlib/Cargo.toml
blob: 4e1bfb794b5e8df255670da1e220cd5074ee3b74 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "mesonstatic"
version = "0.1.0"
authors = ["Nirbheek Chauhan <nirbheek@centricular.com>"]

[dependencies]

[lib]
crate-type = ['staticlib']