We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a386446 commit f997aceCopy full SHA for f997ace
Cargo.toml
@@ -2,14 +2,14 @@
2
name = "async-trait"
3
version = "0.1.56"
4
authors = ["David Tolnay <[email protected]>"]
5
-edition = "2018"
6
-rust-version = "1.39"
7
-license = "MIT OR Apache-2.0"
8
description = "Type erasure for async trait methods"
9
-repository = "https://github.com/dtolnay/async-trait"
10
documentation = "https://docs.rs/async-trait"
11
-readme = "README.md"
+edition = "2018"
12
keywords = ["async"]
+license = "MIT OR Apache-2.0"
+readme = "README.md"
+repository = "https://github.com/dtolnay/async-trait"
+rust-version = "1.39"
13
14
[lib]
15
proc-macro = true
0 commit comments