You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
125 lines
6.8 KiB
XML
125 lines
6.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="CMakeRunConfigurationManager" shouldGenerate="true" shouldDeleteObsolete="true">
|
|
<generated />
|
|
</component>
|
|
<component name="CMakeSettings">
|
|
<configurations>
|
|
<configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" />
|
|
</configurations>
|
|
</component>
|
|
<component name="CargoProjects">
|
|
<cargoProject FILE="$PROJECT_DIR$/Cargo.toml" />
|
|
</component>
|
|
<component name="ChangeListManager">
|
|
<list default="true" id="db10ba0c-1d72-449d-b24f-24b5a4951941" name="Default Changelist" comment="">
|
|
<change afterPath="$PROJECT_DIR$/.env" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/database/mod.rs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/database/users.rs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/lib.rs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/server/mod.rs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/server/rpc_methods.rs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/server/user_rpc.rs" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
<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" />
|
|
<change beforePath="$PROJECT_DIR$/src/main.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/main.rs" afterDir="false" />
|
|
</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="ClangdSettings">
|
|
<option name="formatViaClangd" value="false" />
|
|
</component>
|
|
<component name="Git.Settings">
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
</component>
|
|
<component name="MacroExpansionManager">
|
|
<option name="directoryName" value="a2ytnfjw" />
|
|
</component>
|
|
<component name="ProjectId" id="1hJTMyebaXrgpblDwfIegboTUB3" />
|
|
<component name="ProjectViewState">
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
<option name="showLibraryContents" value="true" />
|
|
</component>
|
|
<component name="PropertiesComponent">
|
|
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
<property name="cf.first.check.clang-format" value="false" />
|
|
<property name="nodejs_package_manager_path" value="npm" />
|
|
<property name="org.rust.cargo.project.model.PROJECT_DISCOVERY" value="true" />
|
|
</component>
|
|
<component name="RunManager">
|
|
<configuration name="Run" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
|
|
<option name="channel" value="DEFAULT" />
|
|
<option name="command" value="run --package flotte-user-management --bin flotte-user-management" />
|
|
<option name="allFeatures" value="false" />
|
|
<option name="emulateTerminal" value="false" />
|
|
<option name="backtrace" value="SHORT" />
|
|
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
|
|
<envs />
|
|
<method v="2">
|
|
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration default="true" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
|
|
<option name="channel" value="DEFAULT" />
|
|
<option name="command" value="run" />
|
|
<option name="allFeatures" value="false" />
|
|
<option name="emulateTerminal" value="false" />
|
|
<option name="backtrace" value="SHORT" />
|
|
<envs />
|
|
<method v="2">
|
|
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration default="true" type="GradleAppRunConfiguration" factoryName="Application" REDIRECT_INPUT="false" PASS_PARENT_ENVS_2="true">
|
|
<method v="2">
|
|
<option name="com.jetbrains.cidr.cpp.gradle.execution.GradleNativeBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
</component>
|
|
<component name="RustProjectSettings">
|
|
<option name="toolchainHomeDirectory" value="/usr/bin" />
|
|
</component>
|
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
<component name="TaskManager">
|
|
<task active="true" id="Default" summary="Default task">
|
|
<changelist id="db10ba0c-1d72-449d-b24f-24b5a4951941" name="Default Changelist" comment="" />
|
|
<created>1599728150675</created>
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1599728150675</updated>
|
|
<workItem from="1599728152100" duration="2954000" />
|
|
</task>
|
|
<servers />
|
|
</component>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<option name="version" value="3" />
|
|
</component>
|
|
<component name="WindowStateProjectService">
|
|
<state width="1874" height="304" key="GridCell.Tab.0.bottom" timestamp="1599731076402">
|
|
<screen x="0" y="0" width="1920" height="1158" />
|
|
</state>
|
|
<state width="1874" height="304" key="GridCell.Tab.0.bottom/0.0.1920.1158/1920.0.1680.1050@0.0.1920.1158" timestamp="1599731076402" />
|
|
<state width="1874" height="304" key="GridCell.Tab.0.center" timestamp="1599731076402">
|
|
<screen x="0" y="0" width="1920" height="1158" />
|
|
</state>
|
|
<state width="1874" height="304" key="GridCell.Tab.0.center/0.0.1920.1158/1920.0.1680.1050@0.0.1920.1158" timestamp="1599731076402" />
|
|
<state width="1874" height="304" key="GridCell.Tab.0.left" timestamp="1599731076402">
|
|
<screen x="0" y="0" width="1920" height="1158" />
|
|
</state>
|
|
<state width="1874" height="304" key="GridCell.Tab.0.left/0.0.1920.1158/1920.0.1680.1050@0.0.1920.1158" timestamp="1599731076402" />
|
|
<state width="1874" height="304" key="GridCell.Tab.0.right" timestamp="1599731076402">
|
|
<screen x="0" y="0" width="1920" height="1158" />
|
|
</state>
|
|
<state width="1874" height="304" key="GridCell.Tab.0.right/0.0.1920.1158/1920.0.1680.1050@0.0.1920.1158" timestamp="1599731076402" />
|
|
<state x="623" y="256" width="672" height="678" key="search.everywhere.popup" timestamp="1599730769441">
|
|
<screen x="0" y="0" width="1920" height="1158" />
|
|
</state>
|
|
<state x="623" y="256" width="672" height="678" key="search.everywhere.popup/0.0.1920.1158/1920.0.1680.1050@0.0.1920.1158" timestamp="1599730769441" />
|
|
</component>
|
|
</project> |