Skip to content

Commit 4f60268

Browse files
author
David Freire
committed
feat: add author and description to Cargo.toml
1 parent 5d057aa commit 4f60268

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "sqlshield"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["David Freire"]
6+
description = "Validate raw sql queries inside code files against a schema"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79

0 commit comments

Comments
 (0)