summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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 <mail@beyermatthias.de>"]
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"