removed unused deps, added CI test

This commit is contained in:
Anton-4 2024-04-09 19:47:31 +02:00
parent 83904ec62b
commit f085b96f78
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
11 changed files with 4 additions and 66 deletions

View file

@ -23,9 +23,5 @@ roc_target = { path = "../compiler/roc_target" }
roc_types = { path = "../compiler/types" }
bumpalo.workspace = true
peg.workspace = true
pulldown-cmark.workspace = true
snafu.workspace = true
[dev-dependencies]
pretty_assertions.workspace = true