1[package]
2name = "polib"
3version = "0.2.0"
4edition = "2021"
5description = "Read, manipulate and store translation data in GNU gettext PO format."
6authors = [ "Brett Dong <brett.browning.dong@gmail.com>" ]
7license = "MIT"
8repository = "https://github.com/brettdong/polib"
9keywords = [ "gettext" ]
10readme = "README.md"
11documentation = "https://docs.rs/polib"
12
13[dependencies]
14linereader = "0.4.0"
15