ppc750cl/genisa/Cargo.toml

18 lines
396 B
TOML
Raw Normal View History

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