[package] name = "skyspell_enchant" version = "0.1.0" edition = "2021" description = "Implementation of the skypsell Checker trait using enchant-rs" license = "BSD-3-Clause" repository = "https://git.sr.ht/~dmerej/skyspell" [dependencies] anyhow = "1.0.40" enchant = "0.3.0" skyspell_core = { path = "../core", version = "0.0.0" }