From 7b9e1a6dfdf89018c9db197e74008572b11cb505 Mon Sep 17 00:00:00 2001 From: Jeb Bearer Date: Tue, 2 Apr 2024 11:40:30 -0400 Subject: [PATCH] Add crate metadata fields --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) 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]