mirror of
https://github.com/chenxiaolong/avbroot.git
synced 2026-07-03 14:05:11 +02:00
da124e4e05
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
19 lines
438 B
TOML
19 lines
438 B
TOML
[workspace]
|
|
default-members = ["avbroot"]
|
|
members = ["avbroot", "e2e", "fuzz", "xtask"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "3.15.0"
|
|
license = "GPL-3.0-only"
|
|
edition = "2021"
|
|
repository = "https://github.com/chenxiaolong/avbroot"
|
|
|
|
[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)'] }
|