dim/Cargo.toml

16 lines
425 B
TOML
Raw Normal View History

2024-06-14 15:22:20 +00:00
workspace = { members = [ "dim_plugin_helper","dim_plugins/example_rust"] }
[package]
name = "dim"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
camino = "1.1.7"
clap = { version = "4.5.7", features = ["derive"] }
dlopen = "0.1.8"
dlopen_derive = "0.1.4"
libc = "0.2.155"
x11 = { version = "2.21.0", features = ["xlib"] }