Skip to content

Commit 1e1efb7

Browse files
committed
fix
1 parent 6d56e4d commit 1e1efb7

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[workspace]
22
members = ["crates/*"]
3+
authors = ["Squawk Team & Contributors"]
4+
edition = "2021"
5+
license = "GPL-3.0"
6+
rust-version = "1.81.0"
37

48
[workspace.dependencies]
59
# third party

crates/linter/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "squawk-linter"
33
version = "0.0.0"
4-
authors = ["Steve Dignam <[email protected]>"]
5-
edition = "2018"
6-
license = "GPL-3.0"
4+
authors.workspace = true
5+
edition.workspace = true
6+
license.workspace = true
77
description = "Postgres SQL linter used in squawk"
88
repository = "https://github.com/sbdchd/squawk"
99
readme = "README.md"

crates/squawk_lexer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "TBD"
55

66
authors.workspace = true
77
edition.workspace = true
8-
license.workspace = true
8+
license = "MIT"
99
rust-version.workspace = true
1010

1111
[lib]

0 commit comments

Comments
 (0)