flipper-zero-tutorial-app-rs/Cargo.toml
2024-04-09 22:39:25 +02:00

30 lines
844 B
TOML

cargo-features = ["different-binary-name"]
[package]
name = "hellow-world-rs"
version = "0.1.0"
edition = "2021"
rust-version = "1.78.0"
autobins = false
autoexamples = false
autotests = false
autobenches = false
[[bin]]
name = "hellow-world-rs"
filename = "hellow-world-rs.fap"
bench = false
test = false
[dependencies]
flipperzero = { git = "https://github.com/flipperzero-rs/flipperzero", branch = "main" }
flipperzero-sys = { git = "https://github.com/flipperzero-rs/flipperzero", branch = "main" }
flipperzero-rt = { git = "https://github.com/flipperzero-rs/flipperzero", branch = "main" }
flipperzero-alloc = { git = "https://github.com/flipperzero-rs/flipperzero", branch = "main" }
enum-primitive-derive = "0.3.0"
num-traits = { version = "0.2.18", default-features = false }
[build-dependencies]
byteorder = "1.5.0"
glob = "0.3.1"