added bacon
This commit is contained in:
parent
817b9af1f7
commit
c1d8cc4b80
2 changed files with 7 additions and 8 deletions
|
@ -16,11 +16,13 @@ pkgs.mkShell {
|
|||
sqliteman
|
||||
pkg-config
|
||||
alsa-lib
|
||||
rust-analyzer
|
||||
];
|
||||
|
||||
RUST_BACKTRACE = 1;
|
||||
|
||||
shellHook = ''
|
||||
alias gust=/home/nixolas/Documents/Gust/target/debug/gust
|
||||
cargo install --locked bacon
|
||||
export PATH=$HOME/.cargo/bin:$PATH
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
use clap::{Parser, ValueEnum};
|
||||
use message_types::{itemtag_to_partial, PartialTag, ServerResponse, UIRequest};
|
||||
use serde_json;
|
||||
use table_print::Table;
|
||||
ut::Table;
|
||||
use termsize;
|
||||
use tungstenite::{connect, Message};
|
||||
use url::Url;
|
||||
|
|
Loading…
Reference in a new issue