From 6ea56d6dd1639f94b66bcdaf98c3e5b7e7bbf797 Mon Sep 17 00:00:00 2001 From: jerry73204 Date: Sun, 12 May 2019 15:21:05 +0800 Subject: Fill [package] section in Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c9157a8..1fe1ee9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "ziptree" version = "0.1.0" authors = ["jerry73204 "] edition = "2018" +description = "Tarjan's zip tree implemented in Rust" +categories = ["data-structures", "algorithms"] +license = "MIT" +license-file = "LICENSE" [dependencies] rand = "^0.6" -- cgit