Add limbo_completion to crates

This commit is contained in:
Pekka Enberg
2025-03-19 18:58:21 +02:00
parent d0deff2d8b
commit 4a3cbd6fa3
2 changed files with 4 additions and 2 deletions

View File

@@ -1,10 +1,11 @@
[package]
name = "limbo_completion"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
name = "limbo_completion"
repository.workspace = true
version.workspace = true
description = "Limbo completion extension"
[dependencies]
limbo_ext = { workspace = true, features = ["static"] }

View File

@@ -2,6 +2,7 @@
cargo publish -p limbo_macros
cargo publish -p limbo_ext
cargo publish -p limbo_completion
cargo publish -p limbo_crypto
cargo publish -p limbo_percentile
cargo publish -p limbo_regexp