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