Minimal Imperative Parsing Library | https://docs.rs/mipl

bump patch version and add keywords to manifest

ecsolticia.bsky.social c6fab3bc d8252bcd

verified
Changed files
+4 -2
+1 -1
Cargo.lock
··· 4 4 5 5 [[package]] 6 6 name = "mipl" 7 - version = "0.2.0" 7 + version = "0.2.1"
+3 -1
Cargo.toml
··· 2 2 name = "mipl" 3 3 description = "Minimal Imperative Parsing Library" 4 4 license = "MIT" 5 - version = "0.2.0" 5 + version = "0.2.1" 6 6 edition = "2024" 7 7 repository = "https://codeberg.org/ecsolticia/mipl" 8 + keywords = ["parser", "parsing", "tokens", "tokenizer"] 9 + categories = ["parsing"] 8 10 9 11 [dependencies]