mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
13 lines
319 B
TOML
13 lines
319 B
TOML
[package]
|
|
name = "snkrj"
|
|
description = "A very simple wrapper around Sanakirja"
|
|
version = "0.1.1"
|
|
license = "MIT"
|
|
repository = "https://github.com/kibo-money/kibo/tree/main/src/crates/snkrj"
|
|
keywords = ["database", "sanakirja", "btreemap"]
|
|
categories = ["database"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
sanakirja = "1.4.3"
|