mirror of
https://github.com/chenxiaolong/avbroot.git
synced 2026-06-01 22:18:48 +02:00
07b6901d8e
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
21 lines
478 B
TOML
21 lines
478 B
TOML
[workspace]
|
|
default-members = ["avbroot"]
|
|
members = ["avbroot", "e2e", "fuzz", "xtask"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "3.29.1"
|
|
license = "GPL-3.0-only"
|
|
edition = "2024"
|
|
repository = "https://github.com/chenxiaolong/avbroot"
|
|
publish = false
|
|
rust-version = "1.88.0"
|
|
|
|
[workspace.lints.clippy]
|
|
cast_lossless = "deny"
|
|
missing_fields_in_debug = "warn"
|
|
redundant_clone = "deny"
|
|
|
|
[workspace.lints.rust]
|
|
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
|