Skip to content

Commit

Permalink
Merge pull request #12 from icanvardar/refactor/basic
Browse files Browse the repository at this point in the history
chore: update Cargo.toml
  • Loading branch information
icanvardar authored Nov 5, 2024
2 parents c123c7b + 87b0e90 commit 03ddc5f
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 03ddc5f

Please sign in to comment.