Skip to content

Commit 527b27d

Browse files
authored
Merge pull request #185 from rust-embedded/minor-releases
Cargo metadata for riscv-peripheral
2 parents 798b8a3 + d51c622 commit 527b27d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

riscv-peripheral/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
name = "riscv-peripheral"
33
version = "0.1.0"
44
edition = "2021"
5+
rust-version = "1.75"
6+
repository = "https://github.com/rust-embedded/riscv"
7+
authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]
8+
categories = ["embedded", "hardware-support", "no-std"]
9+
description = "Interfaces for standard RISC-V peripherals"
10+
documentation = "https://docs.rs/riscv-peripheral"
11+
keywords = ["riscv", "peripheral", "clint", "plic"]
12+
license = "ISC"
513

614
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
715

0 commit comments

Comments
 (0)