summaryrefslogtreecommitdiffstats
path: root/sqlglotrs/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-19 11:01:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-19 11:01:36 +0000
commit948a422be120c069e48c63a8770fec7204307897 (patch)
tree80bc02d5e6cd3527409386aa1d706272bea54e6c /sqlglotrs/Cargo.toml
parentAdding upstream version 20.1.0. (diff)
downloadsqlglot-948a422be120c069e48c63a8770fec7204307897.tar.xz
sqlglot-948a422be120c069e48c63a8770fec7204307897.zip
Adding upstream version 20.3.0.upstream/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"