2021-01-08 10:35:42 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project version="4">
|
2021-02-27 21:58:55 +00:00
|
|
|
<component name="CMakeSettings">
|
|
|
|
<configurations>
|
|
|
|
<configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" ENABLED="true" />
|
|
|
|
</configurations>
|
|
|
|
</component>
|
|
|
|
<component name="CargoProjects">
|
|
|
|
<cargoProject FILE="$PROJECT_DIR$/Cargo.toml" />
|
|
|
|
</component>
|
2021-01-08 10:35:42 +00:00
|
|
|
<component name="ChangeListManager">
|
|
|
|
<list default="true" id="e434c6bf-d215-476e-8569-84080f63e0f9" name="Default Changelist" comment="">
|
2021-02-27 21:58:55 +00:00
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
2021-01-08 10:35:42 +00:00
|
|
|
<change beforePath="$PROJECT_DIR$/Cargo.lock" beforeDir="false" afterPath="$PROJECT_DIR$/Cargo.lock" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/Cargo.toml" beforeDir="false" afterPath="$PROJECT_DIR$/Cargo.toml" afterDir="false" />
|
2021-03-31 04:12:26 +00:00
|
|
|
<change beforePath="$PROJECT_DIR$/src/api/handlers.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/api/handlers.rs" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/src/api/request.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/api/request.rs" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/src/api/response.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/api/response.rs" afterDir="false" />
|
2021-01-08 10:35:42 +00:00
|
|
|
<change beforePath="$PROJECT_DIR$/src/chat/serv_conn.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/chat/serv_conn.rs" afterDir="false" />
|
2021-02-27 21:58:55 +00:00
|
|
|
<change beforePath="$PROJECT_DIR$/src/db/mod.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/db/mod.rs" afterDir="false" />
|
2021-03-31 04:12:26 +00:00
|
|
|
<change beforePath="$PROJECT_DIR$/src/db/types.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/db/types.rs" afterDir="false" />
|
2021-01-08 10:35:42 +00:00
|
|
|
</list>
|
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
|
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
|
|
</component>
|
|
|
|
<component name="Git.Settings">
|
|
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
|
|
</component>
|
2021-02-27 21:58:55 +00:00
|
|
|
<component name="MacroExpansionManager">
|
|
|
|
<option name="directoryName" value="8w8syaev" />
|
|
|
|
</component>
|
2021-01-08 10:35:42 +00:00
|
|
|
<component name="ProjectId" id="1mg1VEtaMSKRg5zbRaD9vETlRRi" />
|
|
|
|
<component name="ProjectViewState">
|
|
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
|
|
<option name="showLibraryContents" value="true" />
|
|
|
|
</component>
|
|
|
|
<component name="PropertiesComponent">
|
2021-02-27 21:58:55 +00:00
|
|
|
<property name="ASKED_SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
2021-01-08 10:35:42 +00:00
|
|
|
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
|
|
|
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
2021-02-27 21:58:55 +00:00
|
|
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
|
|
<property name="cf.first.check.clang-format" value="false" />
|
2021-03-31 04:12:26 +00:00
|
|
|
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
2021-02-27 21:58:55 +00:00
|
|
|
<property name="nodejs_package_manager_path" value="npm" />
|
|
|
|
<property name="org.rust.cargo.project.model.PROJECT_DISCOVERY" value="true" />
|
2021-01-08 10:35:42 +00:00
|
|
|
</component>
|
2021-02-27 21:58:55 +00:00
|
|
|
<component name="RunManager">
|
|
|
|
<configuration name="Run hole" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true">
|
|
|
|
<option name="command" value="run --package hole --bin hole" />
|
|
|
|
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
|
|
|
|
<option name="channel" value="DEFAULT" />
|
|
|
|
<option name="requiredFeatures" value="true" />
|
|
|
|
<option name="allFeatures" value="false" />
|
|
|
|
<option name="emulateTerminal" value="false" />
|
|
|
|
<option name="backtrace" value="SHORT" />
|
|
|
|
<envs />
|
|
|
|
<option name="isRedirectInput" value="false" />
|
|
|
|
<option name="redirectInputPath" value="" />
|
|
|
|
<method v="2">
|
|
|
|
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
|
|
|
|
</method>
|
|
|
|
</configuration>
|
|
|
|
<recent_temporary>
|
|
|
|
<list>
|
|
|
|
<item itemvalue="Cargo.Run hole" />
|
|
|
|
</list>
|
|
|
|
</recent_temporary>
|
|
|
|
</component>
|
|
|
|
<component name="RustProjectSettings">
|
|
|
|
<option name="toolchainHomeDirectory" value="/usr/bin" />
|
|
|
|
<option name="version" value="2" />
|
|
|
|
</component>
|
|
|
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
2021-01-08 10:35:42 +00:00
|
|
|
<component name="TaskManager">
|
|
|
|
<task active="true" id="Default" summary="Default task">
|
|
|
|
<changelist id="e434c6bf-d215-476e-8569-84080f63e0f9" name="Default Changelist" comment="" />
|
|
|
|
<created>1609900445316</created>
|
|
|
|
<option name="number" value="Default" />
|
|
|
|
<option name="presentableId" value="Default" />
|
|
|
|
<updated>1609900445316</updated>
|
2021-02-27 21:58:55 +00:00
|
|
|
<workItem from="1613568843781" duration="346000" />
|
|
|
|
<workItem from="1613570542642" duration="4470000" />
|
|
|
|
<workItem from="1614190476350" duration="9000" />
|
|
|
|
<workItem from="1614277959074" duration="31000" />
|
2021-03-31 04:12:26 +00:00
|
|
|
<workItem from="1617097697890" duration="1371000" />
|
2021-01-08 10:35:42 +00:00
|
|
|
</task>
|
|
|
|
<servers />
|
|
|
|
</component>
|
2021-02-27 21:58:55 +00:00
|
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
|
|
<option name="version" value="3" />
|
|
|
|
</component>
|
2021-01-08 10:35:42 +00:00
|
|
|
</project>
|