mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-22 11:39:30 +00:00
storage/database
-> storage/key-value
This commit is contained in:
parent
7b66fe28c7
commit
3f92053a31
53 changed files with 7 additions and 7 deletions
|
@ -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 }
|
||||
|
|
|
@ -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 }
|
Loading…
Reference in a new issue