sqlite-clone/Cargo.toml
kjuulh 5ae8b48845
All checks were successful
continuous-integration/drone/push Build is passing
Add basic insert
2022-03-27 23:17:29 +02:00

10 lines
208 B
TOML

[package]
name = "sqlite_clone"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sscanf = {version="0.2.1"}