mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-16 06:15:02 +01:00
prepare rvdc
This commit is contained in:
parent
a132b481e6
commit
5447d44290
10 changed files with 143 additions and 60 deletions
|
|
@ -1,3 +1,6 @@
|
|||
[workspace]
|
||||
members = [".", "rvdc"]
|
||||
|
||||
[package]
|
||||
name = "rustv32i"
|
||||
version = "0.1.0"
|
||||
|
|
@ -7,6 +10,7 @@ edition = "2024"
|
|||
eyre = "0.6.12"
|
||||
libc = "0.2.170"
|
||||
owo-colors = "4.2.0"
|
||||
rvdc = { path = "./rvdc" }
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
|
@ -17,9 +21,6 @@ debug = 1
|
|||
[dev-dependencies]
|
||||
tempfile = "3.18.0"
|
||||
|
||||
[lints.rust]
|
||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slow_tests)'] }
|
||||
|
||||
[lints.clippy]
|
||||
type_complexity = "allow"
|
||||
if_same_then_else = "allow"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue