[package] name = "ronat" version = "0.1.0" description = "Rust linter for documentation" authors = ["Maximilian Goisser "] repository = "https://github.com/hobofan/ronat" readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["ronat", "lint", "plugin", "documentation", "spelling"] [dependencies] ispell = "0.3.0" markdown = "0.2.0" [dev-dependencies] compiletest_rs = "0.2.5" [lib] name = "ronat" plugin = true test = false