refactor: unused import, removed bin command for adaptive run
This commit is contained in:
parent
239875afaf
commit
7923d0a957
5
Justfile
5
Justfile
@ -1,10 +1,7 @@
|
||||
default:
|
||||
@just hello
|
||||
|
||||
run:
|
||||
@cargo run main
|
||||
|
||||
bin args='':
|
||||
run args='soundboard':
|
||||
@cargo run --bin {{args}}
|
||||
|
||||
hello:
|
||||
|
@ -1,6 +1,5 @@
|
||||
use cpal::traits::{DeviceTrait, HostTrait};
|
||||
use cpal::{Device, Host};
|
||||
use enigo::*;
|
||||
use log::{debug, error, info};
|
||||
use minimp3::{Decoder, Error};
|
||||
use regex::Regex;
|
||||
|
Loading…
Reference in New Issue
Block a user