mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
12 lines
239 B
TOML
12 lines
239 B
TOML
[package]
|
|
name = "fpp_c_ffi"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
fpp = {path = "../fpp"}
|
|
lazy_static = "1.4.0"
|
|
rand = "0.8.5"
|