We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84496d6 commit 03c0342Copy full SHA for 03c0342
README.rst
@@ -6,14 +6,15 @@ This repository contains everything needed to build and run the (**WIP**) remote
6
File structure
7
--------------
8
9
-``
10
-.
11
-├── backend
12
-├── db_connector
13
-├── docker
14
-├── frontend
15
-└── wg-webclient
16
+::
+
+ .
+ ├── backend
+ ├── db_connector
+ ├── docker
+ ├── frontend
+ └── wg-webclient
17
18
19
- ``backend`` The http backend server and relay server between the charger and the users browser
20
- ``db_connector`` A crate containing the types needed to interface with the database server
0 commit comments