add pretty diagnostics
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -5,10 +5,15 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.7", features = ["derive"] }
|
||||
cranelift = "0.108.1"
|
||||
cranelift-jit = "0.108.1"
|
||||
cranelift-module = "0.108.1"
|
||||
cranelift-native = "0.108.1"
|
||||
cranelift = "0.109.0"
|
||||
cranelift-jit = "0.109.0"
|
||||
cranelift-module = "0.109.0"
|
||||
cranelift-native = "0.109.0"
|
||||
lazy_static = "1.4.0"
|
||||
pest = "2.7.4"
|
||||
pest_derive = "2.7.4"
|
||||
ariadne = "0.4.1"
|
||||
anyhow = "1.0.86"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.4.0"
|
||||
|
||||
Reference in New Issue
Block a user