summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2023-04-23 18:24:32 +0200
committerfxqnlr <[email protected]>2023-04-23 18:24:32 +0200
commit416f4dc383ff5a1194da3a5532a8e159a4a1dac0 (patch)
treec3d00456cafa01bfbe620aed85b25caa60b4e29d /Cargo.toml
parent4300ad2eb05dddfa4274e04b204f2ad28c87da05 (diff)
downloadmodlist-416f4dc383ff5a1194da3a5532a8e159a4a1dac0.tar
modlist-416f4dc383ff5a1194da3a5532a8e159a4a1dac0.tar.gz
modlist-416f4dc383ff5a1194da3a5532a8e159a4a1dac0.zip
added caching, better data location
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 51652f3..732f38b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "modlist" 2name = "modlist"
3version = "0.12.0" 3version = "0.13.0"
4edition = "2021" 4edition = "2021"
5 5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html