2021-08-14 06:40:36 +00:00
|
|
|
[package]
|
2022-04-06 13:13:55 +00:00
|
|
|
name = "ppc750cl-genisa"
|
2022-04-07 03:45:01 +00:00
|
|
|
version = "0.2.0"
|
2022-04-06 13:13:55 +00:00
|
|
|
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"
|
2022-04-06 13:13:55 +00:00
|
|
|
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]
|
2022-04-06 13:13:55 +00:00
|
|
|
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"
|