flip-link 0.1.2

Flips the memory layout of embedded programs to protect against stack overflows
[dependencies.anyhow]
version = "1.0.32"

[dependencies.env_logger]
version = "0.7.1"

[dependencies.log]
version = "0.4.11"

[dependencies.object]
version = "0.21.1"

[dependencies.tempfile]
version = "3.1.0"

[package]
authors = ["The Knurling-rs developers"]
categories = ["command-line-utilities", "development-tools", "embedded"]
description = "Flips the memory layout of embedded programs to protect against stack overflows"
edition = "2018"
keywords = ["arm", "cortex-m", "stack-protection"]
license = "MIT OR Apache-2.0"
name = "flip-link"
readme = "README.md"
repository = "https://github.com/knurling-rs/flip-link"
version = "0.1.2"