feat(nix-compat/narinfo): turn flags into bitfields
Change-Id: I8b95723444013e97bc6ec8d282c7135b1aede114 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9987 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
1df53a5fcd
commit
2997c1c304
4 changed files with 30 additions and 21 deletions
|
@ -9,6 +9,7 @@ edition = "2021"
|
|||
async = ["futures-util"]
|
||||
|
||||
[dependencies]
|
||||
bitflags = "2.4.1"
|
||||
bstr = { version = "1.6.0", features = ["alloc", "unicode", "serde"] }
|
||||
data-encoding = "2.3.3"
|
||||
futures-util = { version = "0.3.28", features = ["io"], optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue