summaryrefslogtreecommitdiffstats
path: root/sqlglotrs/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-19 11:01:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-19 11:01:55 +0000
commitf1c2dbe3b17a0d5edffbb65b85b642d0bb2756c5 (patch)
tree5dce0fe2a11381761496eb973c20750f44db56d5 /sqlglotrs/Cargo.toml
parentReleasing debian version 20.1.0-1. (diff)
downloadsqlglot-f1c2dbe3b17a0d5edffbb65b85b642d0bb2756c5.tar.xz
sqlglot-f1c2dbe3b17a0d5edffbb65b85b642d0bb2756c5.zip
Merging upstream version 20.3.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'sqlglotrs/Cargo.toml')
-rw-r--r--sqlglotrs/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/sqlglotrs/Cargo.toml b/sqlglotrs/Cargo.toml
new file mode 100644
index 0000000..ece4a88
--- /dev/null
+++ b/sqlglotrs/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "sqlglotrs"
+version = "0.1.0"
+edition = "2021"
+
+[lib]
+name = "sqlglotrs"
+crate-type = ["cdylib"]
+
+[dependencies]
+pyo3 = "0.20.0"