mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-07 02:04:21 +01:00
Clean up Cargo.toml a bit
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -1,4 +1,4 @@
|
||||
# Copyright 2023 the Limbo authors. All rights reserved. MIT license.
|
||||
# Copyright 2023-2025 the Limbo authors. All rights reserved. MIT license.
|
||||
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
@@ -13,10 +13,10 @@ members = [
|
||||
"extensions/completion",
|
||||
"extensions/core",
|
||||
"extensions/crypto",
|
||||
"extensions/tests",
|
||||
"extensions/percentile",
|
||||
"extensions/regexp",
|
||||
"extensions/series",
|
||||
"extensions/tests",
|
||||
"extensions/time",
|
||||
"extensions/uuid",
|
||||
"macros",
|
||||
@@ -35,19 +35,19 @@ license = "MIT"
|
||||
repository = "https://github.com/tursodatabase/limbo"
|
||||
|
||||
[workspace.dependencies]
|
||||
limbo_completion = { path = "extensions/completion", version = "0.0.17" }
|
||||
limbo_core = { path = "core", version = "0.0.17" }
|
||||
limbo_crypto = { path = "extensions/crypto", version = "0.0.17" }
|
||||
limbo_ext = { path = "extensions/core", version = "0.0.17" }
|
||||
limbo_ext_tests = { path = "extensions/tests", version = "0.0.17" }
|
||||
limbo_ipaddr = { path = "extensions/ipaddr", version = "0.0.17" }
|
||||
limbo_macros = { path = "macros", version = "0.0.17" }
|
||||
limbo_percentile = { path = "extensions/percentile", version = "0.0.17" }
|
||||
limbo_regexp = { path = "extensions/regexp", version = "0.0.17" }
|
||||
limbo_series = { path = "extensions/series", version = "0.0.17" }
|
||||
limbo_sqlite3_parser = { path = "vendored/sqlite3-parser", version = "0.0.17" }
|
||||
limbo_time = { path = "extensions/time", version = "0.0.17" }
|
||||
limbo_uuid = { path = "extensions/uuid", version = "0.0.17" }
|
||||
limbo_sqlite3_parser = { path = "vendored/sqlite3-parser", version = "0.0.17" }
|
||||
limbo_ipaddr = { path = "extensions/ipaddr", version = "0.0.17" }
|
||||
limbo_completion = { path = "extensions/completion", version = "0.0.17" }
|
||||
limbo_ext_tests = { path = "extensions/tests", version = "0.0.17" }
|
||||
|
||||
# Config for 'cargo dist'
|
||||
[workspace.metadata.dist]
|
||||
|
||||
Reference in New Issue
Block a user