Skip to content
Snippets Groups Projects
Select Git revision
  • bee96a0eaed7a2a1bd155451eb73198e5ef8792d
  • master default protected
  • cro
  • v0.1.0
4 results

Cargo.toml

Blame
  • 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"