207 lines
12 KiB
XML
207 lines
12 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="AutoImportSettings">
|
|
<option name="autoReloadType" value="ALL" />
|
|
</component>
|
|
<component name="CargoProjects">
|
|
<cargoProject FILE="$PROJECT_DIR$/Cargo.toml">
|
|
<package file="$PROJECT_DIR$">
|
|
<feature name="default" enabled="true" />
|
|
</package>
|
|
</cargoProject>
|
|
</component>
|
|
<component name="ChangeListManager">
|
|
<list default="true" id="b2b598c9-ef0b-4cbc-8852-cfbc8ce3920e" name="Changes" comment="init">
|
|
<change afterPath="$PROJECT_DIR$/src/utils/config.rs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/utils/logger.rs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/utils/toolbox.rs" 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$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/app/app.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/app.rs" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/app/conf.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/app/mod.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/core/mod.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/http/mod.rs" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/domain/client.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/domain/event.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/domain/mod.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/domain/models.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/domain/user.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/lib.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib.rs" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/main.rs" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/network/http.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/network/http_routes/channel.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/network/http_routes/master.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/network/http_routes/message.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/network/http_routes/mod.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/network/http_routes/sub_server.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/network/http_routes/user.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/network/http_routes/websocket.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/network/mod.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/network/protocol.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/network/udp.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/network/udp_back.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/runtime/dispatcher.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/runtime/mod.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/migrations/001_init.sqlite.sql" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/mod.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/models/channel.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/models/link_sub_server_user.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/models/message.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/models/mod.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/models/sub_server.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/models/user.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/repositories/channel_repository.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/repositories/link_sub_server_user_repository.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/repositories/message_repository.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/repositories/mod.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/repositories/sub_server_repository.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/repositories/user_repository.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/session/client.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/session/mod.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/store/store_service.rs" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/utils/mod.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/utils/mod.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="ExecutionTargetManager" SELECTED_TARGET="RsBuildProfile:dev" />
|
|
<component name="FileTemplateManagerImpl">
|
|
<option name="RECENT_TEMPLATES">
|
|
<list>
|
|
<option value="Rust File" />
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="Git.Settings">
|
|
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
<map>
|
|
<entry key="$PROJECT_DIR$" value="master" />
|
|
</map>
|
|
</option>
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
</component>
|
|
<component name="MacroExpansionManager">
|
|
<option name="directoryName" value="j91G0RKo" />
|
|
</component>
|
|
<component name="ProjectColorInfo">{
|
|
"associatedIndex": 7
|
|
}</component>
|
|
<component name="ProjectId" id="31h5TOFgo6LtoeKpSInG1hXoNI7" />
|
|
<component name="ProjectViewState">
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
<option name="showLibraryContents" value="true" />
|
|
</component>
|
|
<component name="PropertiesComponent">{
|
|
"keyToString": {
|
|
"Cargo.Run ox_speak_server.executor": "Run",
|
|
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
|
|
"RunOnceActivity.git.unshallow": "true",
|
|
"RunOnceActivity.rust.reset.selective.auto.import": "true",
|
|
"git-widget-placeholder": "v2",
|
|
"ignore.virus.scanning.warn.message": "true",
|
|
"junie.onboarding.icon.badge.shown": "true",
|
|
"last_opened_file_path": "//wsl.localhost/Debian/home/Nell/linux_dev/ox_speak_server",
|
|
"node.js.detected.package.eslint": "true",
|
|
"node.js.detected.package.tslint": "true",
|
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
"node.js.selected.package.tslint": "(autodetect)",
|
|
"nodejs_package_manager_path": "npm",
|
|
"org.rust.cargo.project.model.PROJECT_DISCOVERY": "true",
|
|
"org.rust.cargo.project.model.impl.CargoExternalSystemProjectAware.subscribe.first.balloon": "",
|
|
"org.rust.first.attach.projects": "true",
|
|
"settings.editor.selected.configurable": "ml.llm.LLMConfigurable",
|
|
"to.speed.mode.migration.done": "true",
|
|
"vue.rearranger.settings.migration": "true"
|
|
}
|
|
}</component>
|
|
<component name="RecentsManager">
|
|
<key name="MoveFile.RECENT_KEYS">
|
|
<recent name="\\wsl.localhost\Debian\home\Nell\linux_dev\ox_speak_server\src\app\http" />
|
|
<recent name="\\wsl.localhost\Debian\home\Nell\linux_dev\ox_speak_server\src\network" />
|
|
</key>
|
|
</component>
|
|
<component name="RunManager" selected="Cargo.Run ox_speak_server">
|
|
<configuration name="Run ox_speak_server" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
|
|
<option name="buildProfileId" value="dev" />
|
|
<option name="command" value="run --package ox_speak_server --bin ox_speak_server" />
|
|
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
|
|
<envs />
|
|
<option name="emulateTerminal" value="true" />
|
|
<option name="channel" value="DEFAULT" />
|
|
<option name="requiredFeatures" value="true" />
|
|
<option name="allFeatures" value="false" />
|
|
<option name="withSudo" value="false" />
|
|
<option name="buildTarget" value="REMOTE" />
|
|
<option name="backtrace" value="SHORT" />
|
|
<option name="isRedirectInput" value="false" />
|
|
<option name="redirectInputPath" value="" />
|
|
<method v="2">
|
|
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="Test ox_speak_server" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
|
|
<option name="command" value="test --workspace" />
|
|
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
|
|
<envs />
|
|
<option name="emulateTerminal" value="true" />
|
|
<option name="channel" value="DEFAULT" />
|
|
<option name="requiredFeatures" value="true" />
|
|
<option name="allFeatures" value="false" />
|
|
<option name="withSudo" value="false" />
|
|
<option name="buildTarget" value="REMOTE" />
|
|
<option name="backtrace" value="SHORT" />
|
|
<option name="isRedirectInput" value="false" />
|
|
<option name="redirectInputPath" value="" />
|
|
<method v="2">
|
|
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
</component>
|
|
<component name="RustProjectSettings">
|
|
<option name="toolchainHomeDirectory" value="$PROJECT_DIR$/../../.cargo/bin" />
|
|
</component>
|
|
<component name="TaskManager">
|
|
<task active="true" id="Default" summary="Default task">
|
|
<changelist id="b2b598c9-ef0b-4cbc-8852-cfbc8ce3920e" name="Changes" comment="" />
|
|
<created>1755963473950</created>
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1755963473950</updated>
|
|
<workItem from="1755963475439" duration="2760000" />
|
|
<workItem from="1756139974994" duration="110000" />
|
|
<workItem from="1756217915613" duration="12208000" />
|
|
<workItem from="1758356408901" duration="789000" />
|
|
<workItem from="1758380522178" duration="7468000" />
|
|
<workItem from="1758439568539" duration="4787000" />
|
|
<workItem from="1758951672825" duration="25708000" />
|
|
<workItem from="1759042700460" duration="11051000" />
|
|
</task>
|
|
<task id="LOCAL-00001" summary="init">
|
|
<option name="closed" value="true" />
|
|
<created>1756218076891</created>
|
|
<option name="number" value="00001" />
|
|
<option name="presentableId" value="LOCAL-00001" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1756218076891</updated>
|
|
</task>
|
|
<option name="localTasksCounter" value="2" />
|
|
<servers />
|
|
</component>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<option name="version" value="3" />
|
|
</component>
|
|
<component name="VcsManagerConfiguration">
|
|
<MESSAGE value="init" />
|
|
<option name="LAST_COMMIT_MESSAGE" value="init" />
|
|
</component>
|
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
<expand />
|
|
<select />
|
|
</component>
|
|
</project> |