๐Ÿ“ฆ Voultapher / okofdb

๐Ÿ“„ Cargo.toml ยท 17 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17[package]
name = "okofdb"
version = "0.1.3"
authors = ["Lukas Bergdoll <lukas.bergdoll@gmail.com>"]
description = "One Key One File Database"
keywords = ["key-value-store", "kv", "database", "db", "okofdb"]
documentation = "https://docs.rs/okofdb"
repository = "https://github.com/Voultapher/okofdb"
license = "Apache-2.0"
readme="README.md"

[dependencies]
snap = "0.2.4"

[dev-dependencies]
tempdir = "0.3.6"