mirror of
https://github.com/jhbruhn/moonboot.git
synced 2025-03-14 17:45:50 +00:00
21 lines
533 B
TOML
21 lines
533 B
TOML
[package]
|
|
description = "Macros for moonboot bootloader framework"
|
|
edition = "2021"
|
|
name = "moonboot-macros"
|
|
version = "0.1.2"
|
|
license = "MIT OR Apache-2.0"
|
|
authors = ["Jan-Henrik Bruhn <rust@jhbruhn.de>"]
|
|
repository = "https://github.com/jhbruhn/moonboot"
|
|
keywords = ["embedded", "no_std", "bootloader", "framework", "fota"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro-error = "1.0"
|
|
quote = "1.0"
|
|
syn = { version = "1.0", features = ["full"] }
|
|
|
|
[package.metadata.release]
|
|
shared-version = true
|
|
dependent-version = "upgrade"
|