mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-14 13:25:01 +01:00
25 lines
385 B
TOML
25 lines
385 B
TOML
[package]
|
|
name = "rustv32i"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
eyre = "0.6.12"
|
|
libc = "0.2.170"
|
|
owo-colors = "4.2.0"
|
|
|
|
[profile.dev]
|
|
opt-level = 1
|
|
|
|
[profile.release]
|
|
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"
|