picoKontroller/Cargo.toml

11 lines
221 B
TOML
Raw Normal View History

2023-08-29 13:58:55 +02:00
[package]
2023-08-29 15:31:08 +02:00
name = "pico_kontroller"
2023-08-29 13:58:55 +02:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-08-29 15:31:08 +02:00
itertools = "0.11.0"
2023-08-29 13:58:55 +02:00
mpris = "2.0.1"