mirror of
https://github.com/Noratrieb/intringen.git
synced 2026-01-14 22:05:02 +01:00
12 lines
246 B
TOML
12 lines
246 B
TOML
[package]
|
|
name = "generate"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
eyre = "0.6.11"
|
|
heck = "0.4.1"
|
|
logos = "0.13.0"
|
|
strong-xml = "0.6.3"
|