simple errors for lang-dev
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..b728082 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "lerr" +version = "0.1.0" +edition = "2021" +license = "MIT" +readme = "README.md" +repository = "https://github.com/bend-n/lerr" +authors = ["bend-n <[email protected]>"] +description = "simple errors for lang-dev" +keywords = ["error", "lang-dev", "diagnostics"] + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +unicode-width = "0.1.10" |