mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-17 08:18:04 +00:00
15 lines
339 B
TOML
15 lines
339 B
TOML
[package]
|
|
name = "database"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
description = "Cuprate's database abstraction"
|
|
license = "MIT"
|
|
authors = ["hinto-janai"]
|
|
repository = "https://github.com/Cuprate/cuprate/tree/main/storage/database"
|
|
keywords = ["cuprate", "database"]
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|