mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-03 17:48:17 +00:00
bindings/rust: Rename crate to "limbo"
This commit is contained in:
parent
a8a22e412c
commit
c612b0932e
3 changed files with 21 additions and 21 deletions
36
Cargo.lock
generated
36
Cargo.lock
generated
|
@ -1561,16 +1561,9 @@ dependencies = [
|
|||
name = "limbo"
|
||||
version = "0.0.14"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
"comfy-table",
|
||||
"csv",
|
||||
"ctrlc",
|
||||
"dirs",
|
||||
"env_logger 0.10.2",
|
||||
"limbo_core",
|
||||
"miette",
|
||||
"rustyline",
|
||||
"thiserror 2.0.11",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1602,6 +1595,22 @@ dependencies = [
|
|||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "limbo_cli"
|
||||
version = "0.0.14"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
"comfy-table",
|
||||
"csv",
|
||||
"ctrlc",
|
||||
"dirs",
|
||||
"env_logger 0.10.2",
|
||||
"limbo_core",
|
||||
"miette",
|
||||
"rustyline",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "limbo_core"
|
||||
version = "0.0.14"
|
||||
|
@ -1674,15 +1683,6 @@ dependencies = [
|
|||
"limbo_macros",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "limbo_libsql"
|
||||
version = "0.0.14"
|
||||
dependencies = [
|
||||
"limbo_core",
|
||||
"thiserror 2.0.11",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "limbo_macros"
|
||||
version = "0.0.14"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 2025 the Limbo authors. All rights reserved. MIT license.
|
||||
|
||||
[package]
|
||||
name = "limbo_libsql"
|
||||
name = "limbo"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -13,4 +13,4 @@ limbo_core = { path = "../../core", features = ["io_uring"] }
|
|||
thiserror = "2.0.9"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.29.1", features = ["full"] }
|
||||
tokio = { version = "1.29.1", features = ["full"] }
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 2023 the Limbo authors. All rights reserved. MIT license.
|
||||
|
||||
[package]
|
||||
name = "limbo"
|
||||
name = "limbo_cli"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
default-run = "limbo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue