From aa2b047809ad948f58949ce1854759854b258c38 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 28 Dec 2022 17:23:25 +0100 Subject: Add some missing cargo metadata Signed-off-by: Matthias Beyer --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a2b76db..149e191 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,10 @@ authors = ["Matthias Beyer "] edition = "2021" description = "Generic async DAG library" +license = "MPL-2.0" +repository = "https://github.com/matthiasbeyer/daglib" +documentation = "https://docs.rs/daglib" + [dependencies] async-trait = "0.1" futures = "0.3" -- cgit v1.2.3