diff --git a/Cargo.toml b/Cargo.toml index db98c40..db2e311 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,3 +16,4 @@ rusqlite = {version="0.28.0", features=["bundled"]} scan_dir = "0.3.3" derive_more = "0.99.17" id3 = "1.5.1" +rodio = "0.16.0" diff --git a/shell.nix b/shell.nix index 8141a13..6d48b6f 100644 --- a/shell.nix +++ b/shell.nix @@ -14,6 +14,8 @@ pkgs.mkShell { ruststable sqlite sqliteman + pkg-config + alsa-lib ]; RUST_BACKTRACE = 1;