blob: 1da520157c9d1c43b0ab8d275f7fb24ee39ea2fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "fl2k_ampliphase"
version = "0.1.0"
authors = ["Matthias P. Braendli <matthias.braendli@mpb.li>"]
edition = "2021"
[dependencies]
getopts = "0.2"
[build-dependencies]
bindgen = "0.63"
cc = "1.0"
|