Skip to content

Commit 8a9fb98

Browse files
committed
Fixup Cargo.toml for publishing
1 parent 1a944eb commit 8a9fb98

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ version = "0.1.0"
44
authors = ["Jacob Kiesel <[email protected]>", "David LeGare <[email protected]>"]
55
edition = "2018"
66

7+
description = "Safe, stable IDs for Rust types"
8+
documentation = "https://docs.rs/type-uuid"
9+
repository = "https://github.com/randomPoison/type-uuid"
10+
license = "Apache-2.0 OR MIT"
11+
categories = ["rust-patterns"]
12+
713
[dependencies]
8-
type-uuid-derive = { path = "./type-uuid-derive" }
14+
type-uuid-derive = "0.1.0"
915
amethyst = { version = "0.10.0", optional = true }
1016

1117
[dev-dependencies]

type-uuid-derive/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "type-uuid-derive"
33
version = "0.1.0"
44
authors = ["David LeGare <[email protected]>"]
55
edition = "2018"
6+
67
description = "Custom derive for the type-uuid crate"
78
documentation = "https://docs.rs/type-uuid"
89
repository = "https://github.com/randomPoison/type-uuid"

0 commit comments

Comments
 (0)