2021-01-02 07:42:15 -06:00
|
|
|
[package]
|
|
|
|
name = "rustc_monomorphize"
|
|
|
|
version = "0.0.0"
|
2021-09-19 11:49:55 -05:00
|
|
|
edition = "2021"
|
2021-01-02 07:42:15 -06:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
|
|
|
[dependencies]
|
2022-12-29 15:08:09 -06:00
|
|
|
serde = "1"
|
|
|
|
serde_json = "1"
|
2021-01-02 07:42:15 -06:00
|
|
|
tracing = "0.1"
|
|
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
2022-08-18 16:51:47 -05:00
|
|
|
rustc_errors = { path = "../rustc_errors" }
|
2021-01-02 07:42:15 -06:00
|
|
|
rustc_hir = { path = "../rustc_hir" }
|
2023-04-16 07:33:00 -05:00
|
|
|
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
|
2021-01-02 07:42:15 -06:00
|
|
|
rustc_index = { path = "../rustc_index" }
|
2022-08-18 16:51:47 -05:00
|
|
|
rustc_macros = { path = "../rustc_macros" }
|
2021-01-02 07:42:15 -06:00
|
|
|
rustc_middle = { path = "../rustc_middle" }
|
|
|
|
rustc_session = { path = "../rustc_session" }
|
|
|
|
rustc_span = { path = "../rustc_span" }
|
|
|
|
rustc_target = { path = "../rustc_target" }
|