Skip to content

Commit 403e554

Browse files
reorg a bit
1 parent 1931462 commit 403e554

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Cargo.toml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,31 @@ djls-project = { path = "crates/djls-project" }
1010
djls-server = { path = "crates/djls-server" }
1111
djls-templates = { path = "crates/djls-templates" }
1212

13+
# core deps, pin exact versions
14+
pyo3 = "0.25.0"
15+
pyo3-build-config = { version = "0.25.0", features = ["resolve-config"] }
16+
salsa = "0.23.0"
17+
tower-lsp-server = { version = "0.22.0", features = ["proposed"] }
18+
1319
anyhow = "1.0"
1420
clap = { version = "4.5", features = ["derive"] }
1521
config = { version ="0.15", features = ["toml"] }
1622
directories = "6.0"
17-
insta = { version = "1.43", features = ["yaml"] }
1823
percent-encoding = "2.3"
19-
pyo3 = "0.25.0"
20-
pyo3-build-config = { version = "0.25.0", features = ["resolve-config"] }
21-
salsa = "0.23.0"
2224
serde = { version = "1.0", features = ["derive"] }
2325
serde_json = "1.0"
24-
tempfile = "3.0"
2526
thiserror = "2.0"
2627
tokio = { version = "1.0", features = ["full"] }
2728
toml = "0.9"
28-
tower-lsp-server = { version = "0.22.0", features = ["proposed"] }
2929
tracing = "0.1"
3030
tracing-appender = "0.2"
3131
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "time"] }
3232
which = "8.0"
3333

34+
# testing
35+
insta = { version = "1.43", features = ["yaml"] }
36+
tempfile = "3.0"
37+
3438
[workspace.lints.clippy]
3539
pedantic = { level = "warn", priority = -1 }
3640
missing_errors_doc = "allow"

0 commit comments

Comments
 (0)