moonboot/codegen/Cargo.toml

20 lines
568 B
TOML
Raw Permalink Normal View History

2022-04-19 08:36:20 +00:00
[package]
name = "moonboot-codegen"
2022-04-19 10:12:54 +00:00
description = "Code generation helpers for moonboot bootloader framework"
2022-04-19 10:19:38 +00:00
version = "0.1.0"
2022-04-19 08:36:20 +00:00
edition = "2021"
2022-04-19 10:12:54 +00:00
license = "MIT OR Apache-2.0"
authors = ["Jan-Henrik Bruhn <rust@jhbruhn.de>"]
repository = "https://github.com/jhbruhn/moonboot"
2022-04-19 10:20:52 +00:00
keywords = ["embedded", "no_std", "bootloader", "framework", "fota"]
2022-04-19 10:12:54 +00:00
2022-04-19 08:36:20 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-04-19 10:26:40 +00:00
moonboot = { path = "../", version = "0.1.0" }
2022-04-19 10:14:11 +00:00
[package.metadata.release]
tag = false
2022-04-19 10:26:40 +00:00
shared-version = true