Skip to content

Commit

Permalink
chore: update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
icanvardar committed Nov 5, 2024
1 parent 9e316bf commit 87b0e90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "arbor"
version = "0.1.0"
edition = "2021"
authors = ["Can Vardar <https://github.com/icanvardar>"]
description = "A trie-based auto-completion tool."
readme = "./README.md"
license-file = "./LICENSE"
keywords = ["autocomplete", "cli", "trie"]

[dependencies]
bincode = "1.3.3"
Expand Down

0 comments on commit 87b0e90

Please sign in to comment.