cargo-features = ["different-binary-name"] [package] name = "resistor-decoder" version = "0.1.0" edition = "2021" rust-version = "1.64.0" autobins = false autoexamples = false autotests = false autobenches = false [features] alloc = [] [[bin]] name = "resistor-decoder" filename = "resistor-decoder.fap" bench = false test = false required-features = ["alloc"] [dependencies] flipperzero = { git = "https://github.com/flipperzero-rs/flipperzero.git", features = [ "alloc" ] } flipperzero-sys = { git = "https://github.com/flipperzero-rs/flipperzero.git" } flipperzero-rt = { git = "https://github.com/flipperzero-rs/flipperzero.git" } flipperzero-alloc = { git = "https://github.com/flipperzero-rs/flipperzero.git" }