mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-02 07:54:19 +01:00
12 lines
239 B
TOML
12 lines
239 B
TOML
[package]
|
|
name = "write-throughput-sqlite"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "write-throughput-sqlite"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
rusqlite = { workspace = true }
|
|
clap = { workspace = true, features = ["derive"] } |