build-my-own-sqlite/Cargo.toml

12 lines
242 B
TOML
Raw Normal View History

2024-12-06 03:14:41 +09:00
[package]
name = "build-my-own-sqlite"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.94"
bytes = "1.9.0"
thiserror = "2.0.4"