summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1fcf4aafee224cbfa20a15f7f66be08fbf37e7ec (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "musi"
description = "musi is a library designed to abstract and provide a unified interface to different music providers"
keywords = ["music"]
categories = ["multimedia::audio", "api-bindings"]
repository = "https://git.twoexem.com/delta/musi.git/"
version = "0.1.0"
license = "MPL-2.0"
edition = "2021"

[dependencies]