Publish to crates.io
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
name = "libduck-derive"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
description = "Derive macros for libduck"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
@ -2,6 +2,9 @@
|
||||
name = "libduck"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
description = "duckdb macros & helpers"
|
||||
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
@ -16,15 +19,4 @@ itertools = { workspace = true }
|
||||
url = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
utoipa = { workspace = true }
|
||||
|
||||
# duckdb is only used by this crate,
|
||||
# and re-exported everywhere else.
|
||||
|
||||
# duckdb 1.2.1 is broken, https://github.com/duckdb/duckdb-rs/issues/467
|
||||
# 1.2.2 should fix those issues, but until then we must pull from git.
|
||||
# duckdb = { version = "1.2.1", features = ["bundled", "parquet"] }
|
||||
|
||||
[dependencies.duckdb]
|
||||
git = "https://github.com/duckdb/duckdb-rs.git"
|
||||
rev = "6ffcc70b4f1f67e19f3789b206cc22f4b8811468"
|
||||
features = ["bundled", "parquet", "chrono", "json", "serde_json", "url", "uuid"]
|
||||
duckdb = { workspace = true }
|
||||
|
Reference in New Issue
Block a user