We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 798b8a3 + d51c622 commit 527b27dCopy full SHA for 527b27d
riscv-peripheral/Cargo.toml
@@ -2,6 +2,14 @@
2
name = "riscv-peripheral"
3
version = "0.1.0"
4
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"
13
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
0 commit comments