simple errors for lang-dev
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c11022f..b7aa980 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lerr"
-version = "0.1.2"
+version = "0.1.3"
edition = "2021"
license = "MIT"
readme = "README.md"
@@ -12,4 +12,8 @@ keywords = ["error", "lang-dev", "diagnostics"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+comat = "0.1.0"
unicode-width = "0.1.10"
+
+[dev-dependencies]
+anstream = { version = "0.5.0", default-features = false }