minisql/storage_engine/Cargo.toml
2024-02-05 23:36:28 +01:00

10 lines
272 B
TOML

[package]
name = "storage_engine"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = { workspace = true }
bincode = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["fs", "io-util", "macros", "rt-multi-thread"] }