diff options
author | FxQnLr <[email protected]> | 2022-12-19 16:48:21 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2022-12-19 16:48:21 +0100 |
commit | f87ac1a38af96087e8a6927a6cad7ca19b48d76d (patch) | |
tree | a7d2e9e18beeaab35007ca7510137f0f9b3b557b /Cargo.toml | |
parent | 28706f6edf10a135a67334d7035948bab4064bef (diff) | |
download | modlist-f87ac1a38af96087e8a6927a6cad7ca19b48d76d.tar modlist-f87ac1a38af96087e8a6927a6cad7ca19b48d76d.tar.gz modlist-f87ac1a38af96087e8a6927a6cad7ca19b48d76d.zip |
basic io implementation finished
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,3 +14,4 @@ config = "0.13.2" | |||
14 | rusqlite = { version = "0.28.0", features = ["bundled"] } | 14 | rusqlite = { version = "0.28.0", features = ["bundled"] } |
15 | futures-util = "0.3.14" | 15 | futures-util = "0.3.14" |
16 | chrono = "0.4.22" | 16 | chrono = "0.4.22" |
17 | toml = "0.5.10" | ||