mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 12:09:37 +00:00
14 lines
362 B
TOML
14 lines
362 B
TOML
|
[package]
|
||
|
name = "serai-db"
|
||
|
version = "0.1.0"
|
||
|
description = "A simple database trait and backends for it"
|
||
|
license = "MIT"
|
||
|
repository = "https://github.com/serai-dex/serai/tree/develop/common/db"
|
||
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||
|
keywords = []
|
||
|
edition = "2021"
|
||
|
|
||
|
[package.metadata.docs.rs]
|
||
|
all-features = true
|
||
|
rustdoc-args = ["--cfg", "docsrs"]
|