Python bindings (#115)

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2024-01-28 14:39:59 -08:00
committed by GitHub
parent 055bdd295f
commit 8ca863c661
12 changed files with 514 additions and 12 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
workspace = { members = ["bindings/wasm"] }
[workspace]
members = [
"bindings/python",
"bindings/wasm"
]
[package]
name = "regorus"
description = "A fast, lightweight Rego (OPA policy language) interpreter"