[package] name = "amail" version = "0.0.0" description = "AMail EML client" authors = ["Oliver Ford"] license-file = "../../LICENCE" repository = "https://github.com/OJFord/amail" default-run = "amail" edition = "2018" build = "src/build.rs" [build-dependencies] tauri-build = { version = "^1.0.0-beta.2" } [dependencies] ammonia = "^3.1.2" anyhow = "^1.0" notmuch-more = "^0.0.0" tauri = { version = "^1.0.0-beta.4", features = ["api-all"] } thiserror = "^1.0.26" whoami = "^1.1.2" [features] default = [ "custom-protocol" ] custom-protocol = [ "tauri/custom-protocol" ]