regorust 1.4.0

Rust bindings for the rego-cpp Rego compiler and interpreter
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "regorust"
version = "1.4.0"
edition = "2021"
description = "Rust bindings for the rego-cpp Rego compiler and interpreter"
license = "MIT"
readme = "README.md"
homepage = "https://microsoft.github.io/rego-cpp/"
repository = "https://github.com/microsoft/rego-cpp"

[dependencies]


[build-dependencies]
bindgen = "0.72.1"