rtic/Cargo.toml
Jorge Aparicio 032bb0f0e2 rtfm! macro
2017-06-27 20:08:02 -05:00

20 lines
No EOL
613 B
TOML

[package]
authors = [
"Jorge Aparicio <jorge@japaric.io>",
"Per Lindgren <per.lindgren@ltu.se>",
]
categories = ["concurrency", "embedded", "no-std"]
description = "Real Time For the Masses (RTFM), a framework for building concurrent applications, for ARM Cortex-M microcontrollers"
documentation = "https://docs.rs/cortex-m-rtfm"
keywords = ["arm", "cortex-m"]
license = "MIT OR Apache-2.0"
name = "cortex-m-rtfm"
repository = "https://github.com/japaric/cortex-m-rtfm"
version = "0.2.0"
[dependencies]
static-ref = "0.2.0"
[dependencies.cortex-m]
branch = "rfc"
git = "https://github.com/japaric/cortex-m"