From bf1d7c7570fd405807245dbc0fb0bad39e86de47 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 12 May 2022 20:47:23 +0300 Subject: Build and insert into sqlite table, loop 10 times --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 17e4f35..458be1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] -ping = "0.4.0" \ No newline at end of file +chrono = "0.4.19" +ping = "0.4.0" +sqlite = "0.26.0" \ No newline at end of file -- cgit v1.3.1