mirror of
https://github.com/Noratrieb/intringen.git
synced 2026-01-14 13:55:02 +01:00
17 lines
380 B
TOML
17 lines
380 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"
|
|
prettyplease = "0.2.16"
|
|
proc-macro2 = "1.0.75"
|
|
quote = "1.0.35"
|
|
rand = { version = "0.8.5", features = ["small_rng"] }
|
|
strong-xml = "0.6.3"
|
|
syn = "2.0.48"
|