11 lines
256 B
TOML
11 lines
256 B
TOML
|
|
[package]
|
||
|
|
name = "cstat-ir"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
description = "Stable mirror types for HIR/THIR/MIR/borrowck/mono-items."
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
serde = { workspace = true }
|
||
|
|
serde_json = { workspace = true }
|