musichoard/tests/library/mod.rs
Wojciech Kozlowski 2e8e600500
All checks were successful
Cargo CI / Build and Test (pull_request) Successful in 1m42s
Cargo CI / Lint (pull_request) Successful in 1m15s
Remove serde features and test more feature combos
2024-02-10 20:50:55 +01:00

6 lines
65 B
Rust

#![cfg(feature = "library-beets")]
pub mod beets;
mod testmod;