diff --git a/Cargo.toml b/Cargo.toml index 1a8a2f9..1b6deb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "async-compatibility-layer" description = "an abstraction layer for using both async-std and tokio" +authors = ["Espresso Systems "] version = "1.1.0" edition = "2021" +license = "MIT" [features]