[package] name = "nemo-extension" version = "0.6.1" authors = ["Andrew Shu , Joshua Peisach "] description = "Safe Rust wrapper for libnemo-extension, to extend Cinnamon Nemo file browser (aka Files in Ubuntu Cinnamon)" repository = "https://github.com/Ubuntu-Cinnamon-Remix/nemo-rust" keywords = ["nemo", "bindings", "gnome", "ubuntu"] license = "GPL-3.0" [lib] name = "nemo_extension" [dependencies] gio-sys = "0.9.1" glib-sys = "0.9.1" gobject-sys = "0.9.1" gtk-sys = "0.9.2" lazy_static = "1.4.0" libc = "0.2" nemo-extension-sys = "0.5.0"