| 39 | |
| 40 | #[derive(Deserialize, Default)] |
| 41 | struct AndroidConfig { |
| 42 | avd_name: Option<String>, |
| 43 | api_level: Option<u32>, |
| 44 | abi: Option<String>, |
| 45 | } |
| 46 | |
| 47 | #[derive(Deserialize, Default)] |
| 48 | struct WebConfig { |
nothing calls this directly
no outgoing calls
no test coverage detected