blob: 24be84585caabc6ddb92d0b07a652889950dbb84 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<component name="ProjectRunConfigurationManager">
<configuration
default="false"
name="Refresh All"
type="CompoundRunConfigurationType"
>
<toRun name="Run: Cargo Format" type="CargoCommandRunConfiguration" />
<toRun
name="Run: Fix Documents Codebox"
type="CargoCommandRunConfiguration"
/>
<toRun
name="Run: Generate Docsify Sidebar"
type="CargoCommandRunConfiguration"
/>
<toRun
name="Run: Sync Examples To Crates"
type="CargoCommandRunConfiguration"
/>
<toRun
name="Run: Sync Examples To Helpdoc"
type="CargoCommandRunConfiguration"
/>
<toRun name="Run: Sync Feature List" type="CargoCommandRunConfiguration" />
<method v="2" />
</configuration>
</component>
|