diff options
author | fxqnlr <[email protected]> | 2022-10-31 13:01:06 +0100 |
---|---|---|
committer | fxqnlr <[email protected]> | 2022-10-31 13:01:06 +0100 |
commit | 3320da719669f37dd5f55693b4d76edb27dbce02 (patch) | |
tree | 4383af17a4362a19546a4704d5450884d96bc504 /src/update.rs | |
download | modlist-3320da719669f37dd5f55693b4d76edb27dbce02.tar modlist-3320da719669f37dd5f55693b4d76edb27dbce02.tar.gz modlist-3320da719669f37dd5f55693b4d76edb27dbce02.zip |
modlist
Diffstat (limited to 'src/update.rs')
-rw-r--r-- | src/update.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/update.rs b/src/update.rs new file mode 100644 index 0000000..2e70f43 --- /dev/null +++ b/src/update.rs | |||
@@ -0,0 +1,8 @@ | |||
1 | pub fn update_mods() { | ||
2 | |||
3 | } | ||
4 | |||
5 | fn get_version(link: String) { | ||
6 | |||
7 | |||
8 | } | ||