Create the first basic app

This commit is contained in:
BuyMyMojo 2022-03-05 16:08:37 +11:00
commit dc54152489
No known key found for this signature in database
GPG key ID: FFD9FDB3FD0A026B
9 changed files with 565 additions and 0 deletions

12
.idea/rust-3xp1.iml generated Normal file
View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="Go" enabled="true" />
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>