wcustom 0.1.0

Custom commands and extensions registry for wedb
[package]
name = "wcustom"
version = "0.1.0"
edition = "2024"
license = "MulanPSL-2.0"
repository = "https://github.com/webc-site/wedb.git"
homepage = "https://github.com/webc-site/wedb/tree/main/wcustom"
description = "Custom commands and extensions registry for wedb"
keywords = ["custom-commands", "modules", "extensibility", "transactions", "procedures"]

[dependencies]
enum_dispatch = "0.3.13"
gxhash.workspace = true
parking_lot.workspace = true
thiserror.workspace = true
wtxn.workspace = true

[lints]
workspace = true