storage/database -> storage/key-value

This commit is contained in:
hinto.janai 2024-05-27 20:17:20 -04:00
parent 7b66fe28c7
commit 3f92053a31
No known key found for this signature in database
GPG key ID: D47CE05FA175A499
53 changed files with 7 additions and 7 deletions

View file

@ -56,4 +56,4 @@ page_size = { version = "0.6.0" }
tempfile = { version = "3.10.0" }
pretty_assertions = { workspace = true }
hex = { workspace = true }
hex-literal = { workspace = true }
hex-literal = { workspace = true }

View file

@ -1,12 +1,12 @@
[package]
name = "cuprate-database"
version = "0.0.0"
name = "key-value"
version = "0.1.0"
edition = "2021"
description = "Cuprate's database abstraction"
description = "Key-value database abstraction"
license = "MIT"
authors = ["hinto-janai"]
repository = "https://github.com/Cuprate/cuprate/tree/main/database"
keywords = ["cuprate", "database"]
repository = "https://github.com/Cuprate/cuprate/tree/main/storage/storage"
keywords = ["storage", "database", "abstraction"]
[features]
default = ["heed", "redb", "service"]
@ -56,4 +56,4 @@ page_size = { version = "0.6.0" }
tempfile = { version = "3.10.0" }
pretty_assertions = { workspace = true }
hex = { workspace = true }
hex-literal = { workspace = true }
hex-literal = { workspace = true }