You've already forked interchange
mirror of
https://github.com/trussed-dev/interchange.git
synced 2026-03-11 16:31:34 -07:00
20 lines
608 B
TOML
20 lines
608 B
TOML
[package]
|
|
name = "interchange"
|
|
version = "0.3.2"
|
|
authors = ["The Trussed developers", "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"]
|
|
rust-version = "1.79"
|
|
|
|
[target.'cfg(loom)'.dependencies]
|
|
loom = "0.5"
|
|
|
|
[lints.rust]
|
|
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(loom)"] }
|