Skip to content

Commit

Permalink
Including missing fields on cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmgleite committed May 27, 2024
1 parent abba56d commit 66cd602
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 66cd602

Please sign in to comment.