Skip to content

Commit 3d328af

Browse files
authored
Update Cargo.toml
1 parent 8434b96 commit 3d328af

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: Cargo.toml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
[package]
22
name = "triemap"
3-
version = "0.1.0"
3+
version = "0.0.1"
4+
authors = ["Ekin Igdir"]
45
edition = "2024"
6+
description = "A trie-based map implementation in Rust"
7+
repository = "https://github.com/ekinimo/triemap"
8+
documentation = "https://ekinimo.github.io/triemap/"
9+
readme = "README.md"
10+
license = "MIT"
11+
keywords = ["trie", "map", "data-structure", "prefix", "collection"]
12+
categories = ["data-structures"]
513

614
[dependencies]

0 commit comments

Comments
 (0)