Files
interchange/Cargo.toml
2021-04-23 14:46:27 +02:00

17 lines
548 B
TOML

[package]
name = "interchange"
version = "0.2.0"
authors = ["Nicolas Stalder <n@stalder.io>"]
edition = "2018"
description = "Request/response mechanism for embedded development, using atomics"
repository = "https://github.com/trussed-dev/interchange"
readme = "README.md"
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/interchange"
keywords = ["cortex-m", "nxp", "lpc"]
categories = ["development-tools", "embedded"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]