Skip to content

Commit 1d7ea49

Browse files
committed
Prepare for release.
1 parent 85cef1e commit 1d7ea49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "python-parser"
33
version = "0.1.0"
44
authors = ["Valentin Lorentz <progval+git@progval.net>"]
55
license = "GPL-3.0-or-later"
6+
description = "A complete Python parser based on nom."
7+
documentation = "https://docs.rs/python-parser"
8+
repository = "https://github.com/ProgVal/rust-python-parser"
69

710
[features]
811
default = ["bigint", "wtf8"]

0 commit comments

Comments
 (0)