attic/Cargo.toml: Activate tokio/rt with nix-store
Makes `cargo check` inside the crate work.
This commit is contained in:
parent
2a6b9c592b
commit
cb1b80e989
|
@ -53,7 +53,7 @@ default = [ "nix_store", "tokio" ]
|
|||
# Native libnixstore bindings.
|
||||
#
|
||||
# When disabled, the native Rust portions of nix_store can still be used.
|
||||
nix_store = [ "dep:cxx", "dep:cxx-build" ]
|
||||
nix_store = [ "dep:cxx", "dep:cxx-build", "tokio/rt" ]
|
||||
|
||||
# Tokio.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue