Skip to content

Commit

Permalink
Merge pull request #2 from rcmgleite/rafleite-crates.io
Browse files Browse the repository at this point in the history
Including missing fields on cargo.toml
  • Loading branch information
rcmgleite authored May 27, 2024
2 parents abba56d + 054b608 commit 9180c22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name = "rldb"
version = "0.1.0"
edition = "2021"
description = "A dynamo-like key/value database written in rust"
authors = ["Rafael Leite"]
readme = "README.md"
homepage = "https://github.com/rcmgleite/rldb"
keywords = ["storage-engine", "dynamodb", "distributed-systems", "gossip-protocol", "consistent-hashing"]
repository = "https://github.com/rcmgleite/rldb"
license = "MIT"

[[bin]]
name = "rldb-server"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# rldb
[![Codecov](https://codecov.io/github/rcmgleite/rldb/coverage.svg?branch=master)](https://codecov.io/gh/rcmgleite/rldb)

## Intro
This repo contains an implementation of a dynamo-like key/value database.
Expand Down

0 comments on commit 9180c22

Please sign in to comment.