ytmusicapi_rs 0.1.0

Rust bindings for the ytmusicapi Python library
1
2
3
4
5
6
7
8
[project]
name = "ytmusicapi-rs"
version = "0.1.0"
description = "Python environment for ytmusicapi Rust bindings"
requires-python = ">=3.10"
dependencies = [
    "ytmusicapi>=1.8.0",
]