File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11[workspace ]
22members = [" 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
Original file line number Diff line number Diff line change 11[package ]
22name = " squawk-linter"
33version = " 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
77description = " Postgres SQL linter used in squawk"
88repository = " https://github.com/sbdchd/squawk"
99readme = " README.md"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "TBD"
55
66authors.workspace = true
77edition.workspace = true
8- license.workspace = true
8+ license = " MIT "
99rust-version.workspace = true
1010
1111[lib ]
You can’t perform that action at this time.
0 commit comments