Remove home dependency

This commit is contained in:
2025-10-29 13:19:14 -06:00
parent dd688fdc83
commit 508c4ed32f
5 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ Libraries and tools for dealing with media metadata
- build: `cargo hack --feature-powerset build`
- clippy: `cargo hack --feature-powerset clippy -- -D warnings`
- test: `cargo hack --feature-powerset test`
- test old: `cargo +1.88 hack --feature-powerset test`
- test old: `cargo +1.85 hack --feature-powerset test`
- fmt: `cargo fmt --check`
- docs: `RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features`
- install: `cargo install --path crates/cli`