sqlite-clone/sqlite_bin/Cargo.toml

9 lines
220 B
TOML
Raw Normal View History

2022-04-02 21:58:23 +02:00
[package]
name = "sqlite_bin"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sqlite_core = { path = "../sqlite_core" }