[package] name = "gnome-search-provider-cartridges" description = "Enables gnome-shell to find games imported by Cartridges" license = "GPL-3.0-or-later" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] env_logger = "0.10.0" gdk-pixbuf = "0.18.0" log = "0.4.20" search-provider = { version = "0.6.0", features = ["tokio", "gdk-pixbuf"] } serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.105" thiserror = "1.0.48" tokio = { version = "1.32.0", features = ["fs", "rt-multi-thread", "macros"] } zbus = { version = "3.14.1", features = ["tokio"] }