Skip to content

Commit edf5ed0

Browse files
committed
Prepare to publish on crates.io.
Signed-off-by: Andrei Sandu <[email protected]>
1 parent 8dee88a commit edf5ed0

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
@@ -1,8 +1,12 @@
11
[package]
22
name = "versionize_derive"
3-
version = "0.1.1"
3+
version = "0.1.0"
44
license = "Apache-2.0"
55
authors = ["Amazon Firecracker team <[email protected]>"]
6+
description = "Implements the Versionize derive proc macro."
7+
readme = "README.md"
8+
repository = "https://github.com/firecracker-microvm/versionize_derive"
9+
keywords = ["serialization", "version"]
610

711
[dependencies]
812
proc-macro2 = ">=1.0"

0 commit comments

Comments
 (0)