attic/Cargo.toml: Activate tokio/rt with nix-store

Makes `cargo check` inside the crate work.
This commit is contained in:
Zhaofeng Li 2024-06-01 13:47:27 -06:00
parent 2a6b9c592b
commit cb1b80e989

View file

@ -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.
#