Update name to regorus

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2023-02-09 20:33:39 -08:00
parent 4c3df24a09
commit 980a5d4772
7 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
#![cfg(test)]
use anyhow::{anyhow, bail, Result};
use rego_rs::*;
use regorus::*;
use serde::{Deserialize, Serialize};
use std::env;
use test_generator::test_resources;