mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-14 13:25:01 +01:00
10 lines
202 B
TOML
10 lines
202 B
TOML
[package]
|
|
name = "rvdc"
|
|
version = "0.1.0"
|
|
description = "RISC-V instruction decoder"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
|
|
[lints.rust]
|
|
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slow_tests)'] }
|