Compare commits

..

1 commit

Author SHA1 Message Date
3333342926
chore(release): release musixmatch-inofficial v0.1.0
Some checks failed
CI / Test (push) Failing after 45s
Release / Release (push) Has been cancelled
2024-03-23 02:45:26 +01:00
2 changed files with 8 additions and 19 deletions

View file

@ -1,27 +1,17 @@
[package]
name = "musixmatch-inofficial"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
edition = "2021"
authors = ["ThetaDev <t.testboy@gmail.com>"]
license = "MIT"
description = "Inofficial client for the Musixmatch API"
keywords = ["music", "lyrics"]
include = ["/src", "README.md", "LICENSE"]
[workspace]
members = [".", "cli"]
[workspace.package]
edition = "2021"
authors = ["ThetaDev <t.testboy@gmail.com>"]
license = "MIT"
repository = "https://code.thetadev.de/ThetaDev/musixmatch-inofficial"
keywords = ["music", "lyrics"]
categories = ["api-bindings", "multimedia"]
[workspace.dependencies]
musixmatch-inofficial = { version = "0.1.0", path = ".", default-features = false }

View file

@ -1,12 +1,11 @@
[package]
name = "musixmatch-cli"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
edition = "2021"
authors = ["ThetaDev"]
license = "MIT"
description = "Inofficial command line interface for the Musixmatch API"
keywords = ["music", "lyrics", "cli"]
[features]
default = ["rustls-tls-native-roots"]