diff options
author | FxQnLr <[email protected]> | 2024-02-25 16:14:56 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2024-02-25 16:14:56 +0100 |
commit | 03bea24f9de698375033af92a08762446d0e20cc (patch) | |
tree | 71b696ddcdc14f36115155be7f287fc0cb43e16d /src/requests.rs | |
parent | cd73d51fba4a7d24b5ef12cb7d23054ab922cb67 (diff) | |
download | webol-cli-03bea24f9de698375033af92a08762446d0e20cc.tar webol-cli-03bea24f9de698375033af92a08762446d0e20cc.tar.gz webol-cli-03bea24f9de698375033af92a08762446d0e20cc.zip |
Closes #2. Config and setup stuff
Diffstat (limited to 'src/requests.rs')
-rw-r--r-- | src/requests.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/requests.rs b/src/requests.rs new file mode 100644 index 0000000..6855db1 --- /dev/null +++ b/src/requests.rs | |||
@@ -0,0 +1,2 @@ | |||
1 | pub mod start; | ||
2 | pub mod device; | ||