args: switch to oot_bitset for arg flags

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-07-10 13:34:24 -07:00
parent cf1814f250
commit e0f2e467d2
5 changed files with 50 additions and 21 deletions

7
Cargo.lock generated
View File

@@ -3375,6 +3375,7 @@ dependencies = [
"nostrdb",
"notedeck",
"notedeck_ui",
"oot_bitset",
"open",
"poll-promise",
"pretty_assertions",
@@ -3854,6 +3855,12 @@ version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "oot_bitset"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52ee4aa71e631bae52c51e653fcc29361459759f2c54753dc3968bbc1e9183a3"
[[package]]
name = "opaque-debug"
version = "0.3.1"