Current section
Files
Jump to
Current section
Files
native/lemma_hex/Cargo.toml
[package]
name = "lemma_hex"
version = "0.8.22"
edition = "2021"
authors = ["Ben Rogmans <ben@lemmabase.com>"]
license = "Apache-2.0"
repository = "https://github.com/lemma/lemma"
description = "Lemma engine NIF crate for Elixir/Erlang"
publish = false
[lib]
name = "lemma_hex"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
lemma-engine = "=0.8.22"
lemma-openapi = "=0.8.22"
rustler = "0.37"
rust_decimal = "1"
serde_json = "1.0"