From b7e3d2a51441a2c51d0cacd6f874fc8b260579e9 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 19 May 2020 23:08:47 +0200 Subject: moved parameter conversions to their own file and added more conversions --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') 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, -- cgit