Rename limbo crate to turso

This commit is contained in:
Pekka Enberg
2025-06-29 13:03:59 +03:00
parent 71eecd3827
commit 592ad81c86
8 changed files with 40 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
use limbo::Builder;
use turso::Builder;
#[tokio::main]
async fn main() {