Skip to content

Commit 81704b3

Browse files
committed
Add categories to crates.io metadata
1 parent f997ace commit 81704b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "async-trait"
33
version = "0.1.56"
44
authors = ["David Tolnay <[email protected]>"]
5+
categories = ["asynchronous", "no-std"]
56
description = "Type erasure for async trait methods"
67
documentation = "https://docs.rs/async-trait"
78
edition = "2018"

0 commit comments

Comments
 (0)