Skip to content

Commit 979a6f1

Browse files
authored
CMN-1317: Export source_gen syntax structs (#139)
1 parent 9f9df8c commit 979a6f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "poc-plpgsql-analyzer"
33
authors = ["Christoph Heiss <[email protected]>", "Kieran Kaelin <[email protected]", "Jeremy Sztavinovszki <[email protected]>"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55
edition = "2021"
66
description = "Proof of concept for tooling to migrate PL/SQL code to PL/pgSQL written in Rust."
77
license-file = "LICENSE"

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
pub use analyzer::*;
1111
pub use ast::*;
1212
pub use parser::*;
13+
pub use source_gen::syntax::*;
1314
pub use util::SqlIdent;
1415

1516
mod analyzer;

0 commit comments

Comments
 (0)