sqlite-clone/sqlite_bin/Cargo.toml
kjuulh 4fd34f973f
All checks were successful
continuous-integration/drone/push Build is passing
Add test
2022-04-02 21:58:23 +02:00

9 lines
220 B
TOML

[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" }