Rename Limbo to Turso Database

This commit is contained in:
Pekka Enberg 2025-06-03 19:44:14 +03:00
parent d5b06b96ef
commit 018b17b6f2
8 changed files with 29 additions and 29 deletions

View file

@ -2,8 +2,8 @@
[package]
authors.workspace = true
default-run = "limbo"
description = "The Limbo interactive SQL shell"
default-run = "tursodb"
description = "The Turso interactive SQL shell"
edition.workspace = true
license.workspace = true
name = "limbo_cli"
@ -14,7 +14,7 @@ version.workspace = true
dist = true
[[bin]]
name = "limbo"
name = "tursodb"
path = "main.rs"
[dependencies]