2
0
Fork 1
mirror of https://github.com/imgurbot12/rmenu.git synced 2025-01-30 14:55:09 +01:00
rmenu/plugin-run/Cargo.toml

13 lines
293 B
TOML
Raw Normal View History

2023-07-25 06:53:23 +02:00
[package]
name = "run"
2023-08-15 02:07:01 +02:00
version = "0.0.1"
2023-07-25 06:53:23 +02:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rayon = "1.10.0"
rmenu-plugin = { version = "0.0.2", path = "../rmenu-plugin" }
serde_json = "1.0.117"
walkdir = "2.5.0"