ppc750cl/genisa/Cargo.toml

18 lines
396 B
TOML
Raw Permalink Normal View History

2021-08-13 23:40:36 -07:00
[package]
name = "ppc750cl-genisa"
2022-04-06 20:45:01 -07:00
version = "0.2.0"
edition = "2021"
2021-08-13 23:40:36 -07:00
authors = ["Richard Patel <me@terorie.dev>"]
2021-08-14 01:30:10 -07:00
license = "GPL-3.0-or-later"
description = "Rust code generator for ppc750cl"
2021-08-14 01:30:10 -07:00
repository = "https://github.com/terorie/ppc750cl"
2021-08-13 23:40:36 -07:00
[dependencies]
itertools = "0.10"
2021-08-24 18:23:57 -07:00
proc-macro2 = "1.0"
quote = "1.0"
2022-04-06 17:51:17 -07:00
syn = "1.0"
2021-08-24 18:23:57 -07:00
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"