Skip to content

Commit

Permalink
feat: publish databend-common-ast to crates.io (#15905)
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy authored Jun 26, 2024
1 parent 17355f4 commit 0ce48c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
15 changes: 7 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 3 additions & 9 deletions src/query/ast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
[package]
name = "databend-common-ast"
version = { workspace = true }
version = "0.0.0"
publish = true
description = "SQL parser for Databend"
authors = { workspace = true }
license = { workspace = true }
publish = { workspace = true }
edition = { workspace = true }

[lib]
doctest = false

# We need to add `geos = { workspace = true }` to enable the feature `static` to pass compilation.
# This line and `geos = { workspace = true }` in the following lines can be removed if crate `geozero` is fixed and updated.
[package.metadata.cargo-machete]
ignored = ["geos"]

[dependencies]
derive-visitor = { workspace = true }
enum-as-inner = "0.5.1"
ethnum = { workspace = true }
fast-float = "0.2.0"
geos = { workspace = true }
indent = "0.1.1"
itertools = { workspace = true }
logos = "0.12.1"
Expand All @@ -42,7 +37,6 @@ url = "2.3.1"
[dev-dependencies]
criterion = { workspace = true }
goldenfile = "1.4"
pretty_assertions = "1.3.0"
regex = { workspace = true }

[[bench]]
Expand Down

0 comments on commit 0ce48c9

Please sign in to comment.