mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-03 09:29:39 +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
|
@ -1,12 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cuprate-database"
|
name = "key-value"
|
||||||
version = "0.0.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Cuprate's database abstraction"
|
description = "Key-value database abstraction"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["hinto-janai"]
|
authors = ["hinto-janai"]
|
||||||
repository = "https://github.com/Cuprate/cuprate/tree/main/database"
|
repository = "https://github.com/Cuprate/cuprate/tree/main/storage/storage"
|
||||||
keywords = ["cuprate", "database"]
|
keywords = ["storage", "database", "abstraction"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["heed", "redb", "service"]
|
default = ["heed", "redb", "service"]
|
Loading…
Reference in a new issue