moquilang 0.1.1

A WebAssembly module for entity operations and service calls with a database (default to a SQLite integration)
Documentation
[dependencies.gloo-utils]
features = ["serde"]
version = "0.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.wasm-bindgen]
version = "0.2.89"

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

[package]
authors = ["Your Name <your.email@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["wasm", "web-programming", "database"]
description = "A WebAssembly module for entity operations and service calls with a database (default to a SQLite integration)"
edition = "2024"
homepage = "https://crates.io/crates/moquilang"
keywords = ["wasm", "webassembly", "sqlite", "entity", "service"]
license = "MIT"
name = "moquilang"
readme = "README.md"
repository = "https://github.com/moquilabs"
version = "0.1.1"