mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 20:44:23 +01:00
18 lines
422 B
TOML
18 lines
422 B
TOML
# Copyright 2025 the Limbo authors. All rights reserved. MIT license.
|
|
|
|
[package]
|
|
name = "limbo"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Limbo Rust API"
|
|
|
|
[dependencies]
|
|
limbo_core = { workspace = true, features = ["io_uring"] }
|
|
thiserror = "2.0.9"
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1.29.1", features = ["full"] }
|