idea and futures-lite

This commit is contained in:
DavidOnTop 2024-11-28 19:26:38 +01:00
parent 14eeeceaa8
commit f4ee184734
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
2 changed files with 79 additions and 0 deletions

78
.idea/workspace.xml generated Normal file
View file

@ -0,0 +1,78 @@
<?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" />
</component>
<component name="ChangeListManager">
<list default="true" id="81abc71c-c903-48b3-885f-ca7146f8ef05" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/Cargo.toml" beforeDir="false" afterPath="$PROJECT_DIR$/Cargo.toml" 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="FormatOnSaveOptions">
<option name="myRunOnSave" value="true" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MacroExpansionManager">
<option name="directoryName" value="0lxoduto" />
</component>
<component name="OptimizeOnSaveOptions">
<option name="myRunOnSave" value="true" />
</component>
<component name="ProjectColorInfo"><![CDATA[{
"associatedIndex": 7
}]]></component>
<component name="ProjectId" id="2pUPxhRkjlIj24Hqi4VDe3ybtQR" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.git.unshallow": "true",
"git-widget-placeholder": "main",
"node.js.detected.package.eslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
"org.rust.cargo.project.model.PROJECT_DISCOVERY": "true",
"org.rust.first.attach.projects": "true",
"settings.editor.selected.configurable": "preferences.general",
"vue.rearranger.settings.migration": "true"
}
}]]></component>
<component name="RsExternalLinterProjectSettings">
<option name="runOnTheFly" value="true" />
<option name="tool" value="Clippy" />
</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="81abc71c-c903-48b3-885f-ca7146f8ef05" name="Changes" comment="" />
<created>1732817928844</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1732817928844</updated>
<workItem from="1732817931798" duration="72000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="XSLT-Support.FileAssociations.UIState">
<expand />
<select />
</component>
</project>

View file

@ -21,6 +21,7 @@ tracing-subscriber = "0.3"
{%- if async %}
async-global-executor = { version = "2", features = ["tokio"] }
tokio = { version = "1.0", features = ["full"] }
futures-lite = "2"
{%- endif -%}
{%- if axum %}
axum = "0"