summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-05-19 23:08:47 +0200
committertroido <troido@protonmail.com>2020-05-19 23:08:47 +0200
commitb7e3d2a51441a2c51d0cacd6f874fc8b260579e9 (patch)
treea08f60934487807b7e650d7c965f020a6ad164e9 /src/main.rs
parent2987e76d5044bb6d4e18e76d11e274031af0f00e (diff)
moved parameter conversions to their own file and added more conversions
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 77a41a6..cbc92a6 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -37,6 +37,7 @@ mod item;
mod exchange;
mod errors;
mod auth;
+mod fromtoparameter;
use self::{
pos::Pos,