summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-05-12 20:47:23 +0300
committerYuval Adam <_@yuv.al>2022-05-12 20:47:23 +0300
commitbf1d7c7570fd405807245dbc0fb0bad39e86de47 (patch)
treefa08b1dd407543f56bf8a452069ef929c0d59e85 /Cargo.toml
parentfc453b7413fdb598791d30e88e6c7b7571b34693 (diff)
Build and insert into sqlite table, loop 10 timesHEADmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
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