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