Skip to content

Commit c6d7a98

Browse files
authored
fmt: setup more testing infra + more work towards select/create table support (#1079)
1 parent 1c03ac6 commit c6d7a98

18 files changed

Lines changed: 928 additions & 163 deletions

Cargo.lock

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/squawk_fmt/Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,23 @@ repository.workspace = true
1313
[lib]
1414
doctest = false
1515

16+
[[bin]]
17+
name = "squawk-fmt"
18+
path = "src/main.rs"
19+
1620
[dependencies]
1721
tiny_pretty.workspace = true
1822
itertools.workspace = true
1923
squawk-syntax.workspace = true
24+
rowan.workspace = true
25+
clap.workspace = true
26+
anyhow.workspace = true
2027

2128
[dev-dependencies]
2229
insta.workspace = true
30+
dir-test.workspace = true
31+
camino.workspace = true
32+
squawk-lexer.workspace = true
2333

2434
[lints]
2535
workspace = true

0 commit comments

Comments
 (0)