cat
Some checks are pending
Rust / build (push) Waiting to run

This commit is contained in:
nora 2025-03-22 21:11:00 +01:00
parent 8730313c68
commit fd10c93034

View file

@ -5,7 +5,7 @@ description = "RISC-V instruction decoder"
repository = "https://github.com/Noratrieb/rustv32i" repository = "https://github.com/Noratrieb/rustv32i"
edition = "2024" edition = "2024"
keywords = ["risc-v", "riscv", "decoder", "instruction", "parser"] keywords = ["risc-v", "riscv", "decoder", "instruction", "parser"]
categories = ["Parser implementations"] categories = ["parser-implementations"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
[dependencies] [dependencies]