Skip to content

Commit

Permalink
Fill in crates.io metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 23, 2019
1 parent 1bf2f88 commit 1ce8d56
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[package]
name = "async-trait"
version = "0.0.0"
version = "0.0.0" # remember to update number in readme for major versions
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Type erasure for async trait methods"
repository = "https://github.com/dtolnay/async-trait"
documentation = "https://docs.rs/async-trait"
readme = "README.md"

[lib]
proc-macro = true
Expand Down

0 comments on commit 1ce8d56

Please sign in to comment.