Skip to content

Commit 6173318

Browse files
committed
crate metainformation added.
1 parent f8ce1c9 commit 6173318

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
name = "ext-sort"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Unlicense"
6+
description = "rust external sort algorithm implementation"
7+
readme = "README.md"
8+
9+
homepage = "https://github.com/dapper91/ext-sort-rs"
10+
documentation = "https://docs.rs/ext-sort/"
11+
repository = "https://github.com/dapper91/ext-sort-rs"
12+
13+
categories = ["algorithms"]
14+
keywords = ["algorithms", "sort", "sorting", "external-sort", "external"]
515

616
[dependencies]
717
bytesize = { version = "^1.1", optional = true }

0 commit comments

Comments
 (0)