aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjerry73204 <jerry73204@gmail.com>2019-05-12 15:21:05 +0800
committerjerry73204 <jerry73204@gmail.com>2019-05-12 15:21:05 +0800
commit6ea56d6dd1639f94b66bcdaf98c3e5b7e7bbf797 (patch)
tree04a668ce4f843214f0cb0c48835f0268be4a018e
parentee7b0c3838d0271d28649122fd15d950e5d26c9f (diff)
downloadziptree-rs-6ea56d6dd1639f94b66bcdaf98c3e5b7e7bbf797.tar.gz
ziptree-rs-6ea56d6dd1639f94b66bcdaf98c3e5b7e7bbf797.tar.zst
ziptree-rs-6ea56d6dd1639f94b66bcdaf98c3e5b7e7bbf797.zip
Fill [package] section in Cargo.toml
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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 <jerry73204@gmail.com>"]
edition = "2018"
+description = "Tarjan's zip tree implemented in Rust"
+categories = ["data-structures", "algorithms"]
+license = "MIT"
+license-file = "LICENSE"
[dependencies]
rand = "^0.6"