Skip to content

Commit 8ae35bb

Browse files
tmandrytraviscross
authored andcommitted
Add missing manifest fields
1 parent 5d3ab6d commit 8ae35bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

trait-variant/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99
[package]
1010
name = "trait-variant"
1111
version = "0.0.0"
12-
edition = "2021"
12+
description = "Utilities for working with impl traits in Rust"
13+
categories = ["asynchronous", "no-std", "rust-patterns"]
14+
keywords = ["async", "trait", "impl"]
1315
license.workspace = true
16+
edition = "2021"
1417

1518
[lib]
1619
proc-macro = true

0 commit comments

Comments
 (0)