-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cadabef
commit d51c622
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|