window_clipboard/mime/Cargo.toml

10 lines
364 B
TOML
Raw Permalink Normal View History

2024-03-14 16:42:24 -04:00
[package]
name = "mime"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten", target_os="ios", target_os="redox"))))'.dependencies]
2026-05-25 19:36:22 +02:00
smithay-clipboard = { path = "../../smithay-clipboard" }