summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2022-12-19 16:48:21 +0100
committerFxQnLr <[email protected]>2022-12-19 16:48:21 +0100
commitf87ac1a38af96087e8a6927a6cad7ca19b48d76d (patch)
treea7d2e9e18beeaab35007ca7510137f0f9b3b557b /Cargo.toml
parent28706f6edf10a135a67334d7035948bab4064bef (diff)
downloadmodlist-f87ac1a38af96087e8a6927a6cad7ca19b48d76d.tar
modlist-f87ac1a38af96087e8a6927a6cad7ca19b48d76d.tar.gz
modlist-f87ac1a38af96087e8a6927a6cad7ca19b48d76d.zip
basic io implementation finished
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ccbc57e..339d708 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,3 +14,4 @@ config = "0.13.2"
14rusqlite = { version = "0.28.0", features = ["bundled"] } 14rusqlite = { version = "0.28.0", features = ["bundled"] }
15futures-util = "0.3.14" 15futures-util = "0.3.14"
16chrono = "0.4.22" 16chrono = "0.4.22"
17toml = "0.5.10"