11 lines
192 B
TOML
11 lines
192 B
TOML
[package]
|
|
name = "errors"
|
|
version = "0.1.0"
|
|
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
|
|
|
|
[dependencies]
|
|
tera = "1.0.0-beta.17"
|
|
toml = "0.5"
|
|
image = "0.22"
|
|
syntect = "=3.2.0"
|