123456789101112131415161718192021222324 |
- [package]
- authors = [
- "The RISC-V Team <[email protected]>",
- "Jorge Aparicio <[email protected]>",
- ]
- categories = ["embedded", "no-std"]
- description = "Attributes re-exported in `riscv-rt`"
- documentation = "https://docs.rs/riscv-rt"
- keywords = ["riscv", "runtime", "startup"]
- license = "MIT OR Apache-2.0"
- name = "riscv-rt-macros"
- repository = "https://github.com/rust-embedded/riscv"
- version = "0.2.1"
- [lib]
- proc-macro = true
- [dependencies]
- quote = "1.0"
- proc-macro2 = "1.0"
- [dependencies.syn]
- version = "1.0"
- features = ["extra-traits", "full"]
|