mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Allow with modifier for builtin and user functions (#42)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
1c492144b3
commit
a1d0f8576a
+2
-1
@@ -13,6 +13,7 @@ pub mod numbers;
|
||||
mod objects;
|
||||
pub mod sets;
|
||||
mod strings;
|
||||
mod time;
|
||||
mod tracing;
|
||||
pub mod types;
|
||||
mod utils;
|
||||
@@ -51,7 +52,7 @@ lazy_static! {
|
||||
encoding::register(&mut m);
|
||||
//token_signing::register(&mut m);
|
||||
//token_verification::register(&mut m);
|
||||
//time::register(&mut m);
|
||||
time::register(&mut m);
|
||||
//cryptography::register(&mut m);
|
||||
//graphs::register(&mut m);
|
||||
//graphql::register(&mut m);
|
||||
|
||||
Reference in New Issue
Block a user