Skip to content

Commit 298380a

Browse files
authored
Merge pull request #119 from EspressoSystems/fix/metadata
Add crate metadata fields
2 parents e32f7b9 + 7b9e1a6 commit 298380a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[package]
22
name = "async-compatibility-layer"
33
description = "an abstraction layer for using both async-std and tokio"
4+
authors = ["Espresso Systems <[email protected]>"]
45
version = "1.1.0"
56
edition = "2021"
7+
license = "MIT"
68

79
[features]
810

0 commit comments

Comments
 (0)