bliss-analyser/Cargo.toml
2022-02-15 21:05:31 +00:00

21 lines
493 B
TOML

[package]
name = "bliss-analyser"
version = "0.0.1"
authors = ["Craig Drummond <craig.p.drummond@gmail.com>"]
edition = "2021"
license = "GPL-3.0-only"
description = "Analyse audio files with bliss-rs"
repository = "https://github.com/CDrummond/bliss-analyser"
keywords = ["audio", "song", "similarity"]
readme = "README.md"
[dependencies]
bliss-audio = "0.4.4"
argparse = "0.2.2"
anyhow = "1.0.40"
rusqlite = "0.25.0"
log = "0.4.14"
env_logger = "0.8.4"
indicatif = "0.16.2"
lofty = "0.4.0"