diff --git a/tenorv2/src/lib.rs b/tenorv2/src/lib.rs index d74573f..bcb41ac 100644 --- a/tenorv2/src/lib.rs +++ b/tenorv2/src/lib.rs @@ -1,3 +1,5 @@ +pub use json::JsonValue; + pub mod tenor; pub mod tenor_builder; pub mod tenor_types; \ No newline at end of file