[package] name = "single-whitespace-text-editing" description = "Utilities for a special editing style, where the only allowed whitespace is the space, and it's only allowed once at a time" version = "0.2.1" authors = ["Fabio U. Krapohl "] license = "MIT OR Apache-2.0" edition = "2021" repository = "https://gitlab.com/porky11/single-whitespace-text-editing" documentation = "https://docs.rs/single-whitespace-text-editing" homepage = "https://gitlab.com/porky11/single-whitespace-text-editing" readme = "README.md" keywords = ["text", "editing", "whitespace", "utilities"] categories = ["text-editors"] [dependencies] text-editing = "0.2.1"