Files
turso/core/mvcc/database/Cargo.toml
Pekka Enberg 7a173a8ae2 Initial commit
2023-04-08 15:14:05 +03:00

9 lines
117 B
TOML

[package]
name = "mvcc-rs"
version = "0.0.0"
edition = "2021"
[dependencies]
anyhow = "1.0.70"
rustyline = "11.0.0"