sqlite-mumu 0.1.0

sqlite-mumu is a plugin for the mumu ecosystem
Documentation
[dependencies.core-mumu]
version = "0.1.10"

[dependencies.indexmap]
version = "2.2"

[dependencies.lazy_static]
version = "1.4"

[dependencies.rusqlite]
version = "0.31"

[lib]
crate-type = ["cdylib"]
name = "mumusqlite"
path = "src/lib.rs"

[package]
authors = ["Tom Fotheringham <tom@nu11.co.uk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "parser-implementations", "concurrency"]
description = "sqlite-mumu is a plugin for the mumu ecosystem"
edition = "2021"
homepage = "https://lava.nu11.uk"
keywords = ["mumu", "postgres", "database"]
license = "MIT OR Apache-2.0"
name = "sqlite-mumu"
readme = "README.md"
repository = "https://gitlab.com/tofo/postgres-mumu"
version = "0.1.0"