12 lines
295 B
TOML
12 lines
295 B
TOML
[package]
|
|
name = "generate"
|
|
description = "Creates rust #tests for files in .sql"
|
|
version = "0.1.0"
|
|
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
|
|
edition = "2021"
|
|
|
|
[dependencies] # In alphabetical order
|
|
|
|
# Note this is a standalone binary and not part of the overall workspace
|
|
[workspace]
|