Skip to content

Commit

Permalink
Merge pull request #185 from rust-embedded/minor-releases
Browse files Browse the repository at this point in the history
Cargo metadata for riscv-peripheral
  • Loading branch information
MabezDev authored Feb 15, 2024
2 parents 798b8a3 + d51c622 commit 527b27d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions riscv-peripheral/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
name = "riscv-peripheral"
version = "0.1.0"
edition = "2021"
rust-version = "1.75"
repository = "https://github.com/rust-embedded/riscv"
authors = ["The RISC-V Team <[email protected]>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Interfaces for standard RISC-V peripherals"
documentation = "https://docs.rs/riscv-peripheral"
keywords = ["riscv", "peripheral", "clint", "plic"]
license = "ISC"

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

Expand Down

0 comments on commit 527b27d

Please sign in to comment.