Select Git revision
This project manages its dependencies using Cargo.
Learn more
Cargo.toml 459 B
[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["concurrency", "embedded", "no-std"]
description = "Parser of the app! macro used by the Real Time for The Masses (RTFM) framework"
documentation = "https://docs.rs/rtfm-syntax"
keywords = []
license = "MIT OR Apache-2.0"
name = "rtfm-syntax"
repository = "https://github.com/japaric/rtfm-syntax"
version = "0.1.0"
[dependencies]
error-chain = "0.10.0"
quote = "0.3.15"
syn = "0.11.11"