mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
13 lines
313 B
TOML
13 lines
313 B
TOML
[package]
|
|
name = "ftdi_gimbal"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# Zero external crate dependencies.
|
|
# We link against system libftdi1 via #[link(name = "ftdi1")].
|
|
# The library is already present on the target system (verified: /usr/lib/libftdi1.so.2).
|
|
|
|
[profile.release]
|
|
opt-level = 2
|
|
lto = true
|
|
strip = true
|