Current section

Files

Jump to
lemma_engine native lemma_hex Cargo.toml
Raw

native/lemma_hex/Cargo.toml

[package]
name = "lemma_hex"
version = "0.8.13"
edition = "2021"
authors = ["Ben Rogmans <ben@amrai.nl>"]
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.13"
lemma-openapi = "=0.8.13"
rustler = "0.37"
rust_decimal = "1"
serde_json = "1.0"