mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 04:54:21 +01:00
This reverts commitbd60cd214c, reversing changes made to74e48a3a8fbecause it makes limbo_stress hang.
24 lines
532 B
TOML
24 lines
532 B
TOML
# Copyright 2025 the Turso authors. All rights reserved. MIT license.
|
|
|
|
[package]
|
|
name = "turso"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Turso Rust API"
|
|
|
|
[features]
|
|
default = []
|
|
experimental_indexes = []
|
|
antithesis = ["turso_core/antithesis"]
|
|
|
|
[dependencies]
|
|
turso_core = { workspace = true, features = ["io_uring"] }
|
|
thiserror = "2.0.9"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.20.0"
|
|
tokio = { version = "1.29.1", features = ["full"] }
|