๐Ÿ“ฆ bevyengine / bevy-website

๐Ÿ“„ Cargo.toml ยท 18 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18[package]
name = "generate-errors"
authors = [
  "Bevy Contributors <support@bevy.org>",
  "Carter Anderson <mcanders1@gmail.com>",
]
license = "MIT"
edition = "2021"
publish = false

[lints]
workspace = true

[dependencies]
anyhow = "1.0.80"
clap = { version = "4.5.2", features = ["derive"] }
regex = "1.10.3"