[package] name = "clipmon" version = "0.1.0" authors = ["Hugo Osvaldo Barrera "] edition = "2018" readme = "README.md" homepage = "https://sr.ht/~whynothugo/clipmon/" license = "ISC" description = "clipmon, or clipboard monitor is a wayland helper that keeps the selection when the application that copied exits." [dependencies] wayland-client = "0.29.0" wayland-protocols = { version= "0.29.0", features= ["client", "unstable_protocols"]} calloop = "0.9.1" smithay-client-toolkit = "0.15.1" libc = "0.2.106" mime = "0.3.16"