1
0
mirror of synced 2024-11-05 09:49:16 +00:00
MassiveKnob/Linux/Cargo.toml

23 lines
383 B
TOML
Raw Normal View History

2024-06-14 16:29:55 +00:00
[package]
name = "MassiveKnob"
version = "0.1.0"
edition = "2021"
build = "build.rs"
[dependencies]
env_logger = "0.11.3"
log = "0.4.21"
platform-dirs = "0.3.0"
2024-06-22 08:28:40 +00:00
regex = "1.10.5"
2024-06-14 16:29:55 +00:00
relm4 = "0.8.1"
relm4-icons = "0.8.3"
rust-i18n = "3.0.1"
serde = "1.0.203"
2024-06-14 16:29:55 +00:00
[dependencies.min-rs]
git = "https://github.com/MvRens/min-rs.git"
[build-dependencies]
slint-build = "1.6"
walkdir = "2.5.0"