From f87ac1a38af96087e8a6927a6cad7ca19b48d76d Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Mon, 19 Dec 2022 16:48:21 +0100 Subject: basic io implementation finished --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" rusqlite = { version = "0.28.0", features = ["bundled"] } futures-util = "0.3.14" chrono = "0.4.22" +toml = "0.5.10" -- cgit v1.2.3