Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimrod Shneor committed Jul 3, 2024
1 parent fe577d5 commit 50421a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ authors = ["Nimrod Shneor <[email protected]>"]
edition = "2018"
description = "A persistent copy-on-write B+Tree implementation, designed as an index for a key-value store, inspired by SQLite."
repository = "https://github.com/nimrodshn/btree"
key_words = ["btree", "data-structures", "databases"]
categories = ["Data structures"]
readme = "README.md"
license = "MIT"

[dependencies]
Expand Down

0 comments on commit 50421a7

Please sign in to comment.