File: Cargo.toml.orig

package info (click to toggle)
rust-chic 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: makefile: 4
file content (17 lines) | stat: -rw-r--r-- 456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "chic"
version = "1.2.2"
license = "MIT OR Apache-2.0"
repository = "https://github.com/yoshuawuyts/chic"
documentation = "https://docs.rs/chic"
description = "Pretty parser error reporting."
keywords = ["pretty", "error", "reporting", "stream"]
categories = ["parser-implementations"]
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
readme = "README.md"
edition = "2018"

[dependencies]
annotate-snippets = "0.6.1"

[dev-dependencies]