mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Also update version numbers of binding Rust projects to match Regorus Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
17 lines
380 B
TOML
17 lines
380 B
TOML
[package]
|
|
name = "regorusrb"
|
|
version = "0.1.5"
|
|
edition = "2021"
|
|
description = "Ruby bindings for Regorus - a fast, lightweight Rego interpreter written in Rust"
|
|
publish = false
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
magnus = { version = "0.6.3" }
|
|
regorus = { git = "https://github.com/microsoft/regorus" }
|
|
serde_json = "1.0.115"
|
|
serde_magnus = "0.8.1"
|