rustv32i/rvdc/Cargo.toml
Noratrieb fd10c93034
Some checks are pending
Rust / build (push) Waiting to run
cat
2025-03-22 21:11:00 +01:00

14 lines
392 B
TOML

[package]
name = "rvdc"
version = "0.1.0"
description = "RISC-V instruction decoder"
repository = "https://github.com/Noratrieb/rustv32i"
edition = "2024"
keywords = ["risc-v", "riscv", "decoder", "instruction", "parser"]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
[dependencies]
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slow_tests)'] }