From a42c4fd32fcbc68d3e85b3d72f62c66f81303579 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 5 Oct 2019 11:10:58 +0300 Subject: Add: metadata to Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7fc7fd8..0fb112e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "roadmap" version = "0.1.0" authors = ["Lars Wirzenius "] edition = "2018" +license = "GPL3+" +description = "model a project roadmap as a directed acyclic graph" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.1