transbeam-cli: load files asynchronously
This commit is contained in:
parent
60d9636896
commit
35dca63cff
3 changed files with 17 additions and 7 deletions
|
@ -49,6 +49,7 @@
|
|||
pname = "${name}-cli";
|
||||
version = "0.1";
|
||||
propagatedBuildInputs = [
|
||||
aiofiles
|
||||
tqdm
|
||||
websockets
|
||||
];
|
||||
|
@ -70,6 +71,7 @@
|
|||
cargo-audit
|
||||
cargo-flamegraph
|
||||
(python3.withPackages (p: with p; [
|
||||
aiofiles
|
||||
tqdm
|
||||
websockets
|
||||
]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue