| 147 | |
| 148 | #[derive(Serialize)] |
| 149 | struct AndroidTargets<'a> { |
| 150 | #[serde(rename(serialize = "target"))] |
| 151 | targets: HashMap<&'a str, AndroidTargetConfig>, |
| 152 | } |
| 153 | |
| 154 | #[derive(Serialize)] |
| 155 | struct AndroidTargetConfig { |
nothing calls this directly
no outgoing calls
no test coverage detected