Skip to content

Commit 195bcd6

Browse files
Added documentation
1 parent ac31967 commit 195bcd6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ version = "0.1.1"
44
edition = "2021"
55
authors = ["Erik Vullings <[email protected]>"]
66
description = "Parse Word and OpenOffice DOCX files, and output markdown or JSON"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT or Apache-2.0"
8+
readme = "README.md"
9+
repository = "https://github.com/erikvullings/docx-parser"
10+
keywords = ["docx", "markdown", "openoffice", "parser"]
11+
categories = ["command-line-utilities", "encoding"]
812

913
[dependencies]
1014
base64 = "0.22.1"

0 commit comments

Comments
 (0)