aboutsummaryrefslogtreecommitdiff
path: root/rust_testhelper/Cargo.toml
blob: 53958dba6a70912c700ed88f89a4e4d33a79373a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "rust_testhelper"
version = "0.1.0"
description = "Helper for compiling and linking pwm_qhash.cpp during cargo test."

[dependencies]
libc = "0.2"

[build-dependencies]
cc = "1.0"