Initial commit

This commit is contained in:
2025-05-03 15:19:56 -06:00
commit 90c7b9d654
48 changed files with 3192 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Flix
Libraries and tools for dealing with media metadata
## Various builds
- build: `cargo hack --feature-powerset build`
- clippy: `cargo hack --feature-powerset clippy -- -D warnings`
- fmt: `cargo fmt --check`
- docs: `RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features`
- install: `cargo install --path crates/cli`
- publish: `cargo publish --dry-run -p flix-tmdb`
- publish: `cargo publish --dry-run -p flix`
- publish: `cargo publish --dry-run -p flix-cli`