Skip to content

Commit

Permalink
feat(fpcalc): Add preliminary implementation of fpcalc tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Oct 4, 2024
1 parent fed0f13 commit dde7549
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 18 deletions.
4 changes: 4 additions & 0 deletions fpcalc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
base64 = "0.22.1"
chrono = "0.4.38"
clap = { version = "4.5.19", features = ["derive"] }
rusty-chromaprint = {path = "../chromaprint"}
symphonia = { version = "0.5.2", features = ["all"]}
Loading

0 comments on commit dde7549

Please sign in to comment.