test push

This commit is contained in:
Daniel Redd Jones 2023-07-19 22:48:51 -05:00
parent a2777e0737
commit 305b74abd3
2 changed files with 7 additions and 1 deletions

View File

@ -13,6 +13,7 @@
</component>
<component name="ChangeListManager">
<list default="true" id="81820af5-b0ad-4ac7-a939-e3db68fc7214" name="Changes" comment="- Can now format HTML&#10;- No longer returns to main.rs. Main function in html_module.rs now reads to console locally.">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" 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" />
@ -34,6 +35,9 @@
<component name="MacroExpansionManager">
<option name="directoryName" value="3emh3loa" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="ProjectId" id="2PqGkAwNc4bG190Io9DyS4FEdlC" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
@ -41,6 +45,7 @@
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.cidr.known.project.marker": "true",
"WebServerToolWindowFactoryState": "false",
@ -114,6 +119,7 @@
<workItem from="1684181684374" duration="176000" />
<workItem from="1684345543022" duration="781000" />
<workItem from="1687970763540" duration="4628000" />
<workItem from="1689824866342" duration="40000" />
</task>
<task id="LOCAL-00001" summary="Commit to scraper_framework branch&#10;&#10; - changing framework from Soup to Scraper&#10; - removed ncurses library. Will use different library instead.">
<created>1687972565061</created>

View File

@ -6,7 +6,7 @@ Operating system: Fedora 38/WSL
Purpose: ncurses based ereader and library manager for Linux terminal environments.
Last edited: 6/28/23
*/
//this is a test change to see if gitea is accepting pushes.
mod html_module;