Skip to content

Commit ee7aa15

Browse files
committed
Add package metadata
1 parent 549cd49 commit ee7aa15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[package]
22
name = "canonicaljson-rs"
3-
version = "1.0.0"
3+
version = "0.1.0"
44
authors = ["Mathieu Leplatre <[email protected]>"]
55
edition = "2018"
6+
description = "Python bindings for canonical_json"
7+
license = "Mozilla Public License 2.0"
8+
repository = "https://github.com/leplatrem/python-canonicaljson-rs/"
69

710
[lib]
811
name = "canonicaljson"

0 commit comments

Comments
 (0)