Skip to content

Commit

Permalink
Updates Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
RPallas92 committed Nov 25, 2023
1 parent 5da59e3 commit 2115558
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ version = "0.1.0"
authors = ["Ricardo Pallas Roman <[email protected]>"]
description = "A high-performance, thread-safe key-value embedded data store."
edition = "2018"
categories = ["algorithms", "asynchronous", "data-structures", "distributed-systems"]
homepage = "https://github.com/rpallas92/GrausDB"
keywords = ["database", "performance", "data-storage"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rpallas92/GrausDB"
documentation = "https://github.com/rpallas92/GrausDB"
readme = "README.md"

[dependencies]
crossbeam-skiplist = "0.1"
Expand Down

0 comments on commit 2115558

Please sign in to comment.